Skip to content

Commit b0e107c

Browse files
authored
Clean up after 0.18.0 release (opensearch-project#234)
Signed-off-by: xil <fridalu66@gmail.com>
1 parent e180e7e commit b0e107c

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
### Added
77

88
### Changed
9-
- Refactor protobuf by moving the nested enum outside the message and renaming the field following naming convention ([#228](https://github.com/opensearch-project/opensearch-protobufs/pull/228))
10-
- Revert bulk response back to without error response. ([#232](https://github.com/opensearch-project/opensearch-protobufs/pull/232))
119

1210
### Removed
1311

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Version 0.18.0 (2025-09-26) Release Notes
2+
3+
4+
### Added
5+
6+
### Changed
7+
- Refactor protobuf by moving the nested enum outside the message and renaming the field following naming convention ([#228](https://github.com/opensearch-project/opensearch-protobufs/pull/228))
8+
- Revert bulk response back to without error response. ([#232](https://github.com/opensearch-project/opensearch-protobufs/pull/232))
9+
10+
### Removed
11+
12+
### Fixed
13+
14+
### Security

version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.18.0
1+
version=0.19.0

0 commit comments

Comments
 (0)