Skip to content

Commit eca6420

Browse files
authored
Cleanup release 1.6.0 (opensearch-project#478)
* Cleanup release 1.6.0, prepare 1.7.0 Signed-off-by: xil <fridalu66@gmail.com> * Fix 1.6.0 release note date Signed-off-by: xil <fridalu66@gmail.com> --------- Signed-off-by: xil <fridalu66@gmail.com>
1 parent 7f5d894 commit eca6420

3 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG.md

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

55
## [Unreleased]
66
### Added
7-
- Add support for double, int and long in BinaryFieldValue ([#460](https://github.com/opensearch-project/opensearch-protobufs/pull/460))
8-
- Add Create PIT support to protobuf generation ([#466](https://github.com/opensearch-project/opensearch-protobufs/pull/466)).
9-
- Add Delete PIT support to protobuf generation ([#468](https://github.com/opensearch-project/opensearch-protobufs/pull/468)).
10-
- Add PIT RPCs to `SearchService` ([#469](https://github.com/opensearch-project/opensearch-protobufs/pull/469)).
117

128
### Changed
139

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Version 1.6.0 (2026-06-11) Release Notes
2+
3+
### Added
4+
- Add support for double, int and long in BinaryFieldValue ([#460](https://github.com/opensearch-project/opensearch-protobufs/pull/460))
5+
- Add Create PIT support to protobuf generation ([#466](https://github.com/opensearch-project/opensearch-protobufs/pull/466)).
6+
- Add Delete PIT support to protobuf generation ([#468](https://github.com/opensearch-project/opensearch-protobufs/pull/468)).
7+
- Add PIT RPCs to `SearchService` ([#469](https://github.com/opensearch-project/opensearch-protobufs/pull/469)).
8+
9+
### Changed
10+
11+
### Removed
12+
13+
### Fixed
14+
15+
### Security

version.properties

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

0 commit comments

Comments
 (0)