Updating changelog to include released changes. Adding skip-changelog tag (#249)

Signed-off-by: Harsha Vamsi Kalluri <[email protected]>

Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
This commit is contained in:
Harsha Vamsi Kalluri
2023-01-03 12:24:25 -08:00
committed by GitHub
parent cfb2cf7b60
commit e6951d9824
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ jobs:
- uses: dangoslen/changelog-enforcer@v3
with:
skipLabels: "autocut"
skipLabels: "autocut, skip-changelog"
+12
View File
@@ -3,6 +3,17 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [2.0.1]
### Added
- Added Point in time API rest API([#191](https://github.com/opensearch-project/opensearch-py/pull/191))
- Added pool_maxsize for RequestsHttpConnection ([#216](https://github.com/opensearch-project/opensearch-py/pull/216))
- Github workflow for changelog verification ([#218](https://github.com/opensearch-project/opensearch-py/pull/218))
@@ -24,3 +35,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
[Unreleased]: https://github.com/opensearch-project/opensearch-py/compare/2.0...HEAD
[2.0.1]: https://github.com/opensearch-project/opensearch-py/compare/2.0...HEAD