Skip to content

Commit e6951d9

Browse files
authored
Updating changelog to include released changes. Adding skip-changelog tag (opensearch-project#249)
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com> Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
1 parent cfb2cf7 commit e6951d9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/changelog_verifier.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515

1616
- uses: dangoslen/changelog-enforcer@v3
1717
with:
18-
skipLabels: "autocut"
18+
skipLabels: "autocut, skip-changelog"

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
33

44
## [Unreleased]
55
### Added
6+
### Changed
7+
### Deprecated
8+
9+
### Removed
10+
11+
### Fixed
12+
13+
### Security
14+
15+
## [2.0.1]
16+
### Added
617
- Added Point in time API rest API([#191](https://github.com/opensearch-project/opensearch-py/pull/191))
718
- Added pool_maxsize for RequestsHttpConnection ([#216](https://github.com/opensearch-project/opensearch-py/pull/216))
819
- 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/)
2435

2536

2637
[Unreleased]: https://github.com/opensearch-project/opensearch-py/compare/2.0...HEAD
38+
[2.0.1]: https://github.com/opensearch-project/opensearch-py/compare/2.0...HEAD

0 commit comments

Comments
 (0)