Skip to content

Commit 858127b

Browse files
authored
Clean up after 0.11.0 release (opensearch-project#193)
Signed-off-by: Karen Xu <karenxyr@gmail.com>
1 parent 158ada0 commit 858127b

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44

55
## [Unreleased]
66
### Added
7-
- Publish opensearch-protos python package to PyPi. ([#183](https://github.com/opensearch-project/opensearch-protobufs/pull/183))
87
- Proto Convertion tooling support null value ([#189](https://github.com/opensearch-project/opensearch-protobufs/pull/189))
98
- Add `geo_distance` and `geo_bounding_box` to QueryContainer. ([#188](https://github.com/opensearch-project/opensearch-protobufs/pull/188))
109

1110
### Changed
12-
- update `score` protobuf type ([#179](https://github.com/opensearch-project/opensearch-protobufs/pull/179))
1311

1412
### Removed
1513

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Version 0.11.0 (2025-09-13) Release Notes
2+
3+
### Added
4+
- Publish opensearch-protos python package to PyPi. ([#183](https://github.com/opensearch-project/opensearch-protobufs/pull/183))
5+
6+
### Changed
7+
- update `score` protobuf type ([#179](https://github.com/opensearch-project/opensearch-protobufs/pull/179))
8+
9+
### Removed
10+
11+
### Fixed
12+
13+
### Security

version.properties

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

0 commit comments

Comments
 (0)