diff --git a/.github/workflows/changelog_verifier.yml b/.github/workflows/changelog_verifier.yml index cff6a9fc..220c36f4 100644 --- a/.github/workflows/changelog_verifier.yml +++ b/.github/workflows/changelog_verifier.yml @@ -15,4 +15,4 @@ jobs: - uses: dangoslen/changelog-enforcer@v3 with: - skipLabels: "autocut" \ No newline at end of file + skipLabels: "autocut, skip-changelog" \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d4b1f258..66d9e72e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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