Skip to content

Commit 7c85f67

Browse files
authored
pepering next development iteration (opensearch-project#763)
Signed-off-by: Jakob Hahn <jakob.hahn@hetzner.com>
1 parent 3fef39d commit 7c85f67

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44

5+
## [Unreleased]
6+
7+
### Added
8+
9+
### Changed
10+
11+
### Deprecated
12+
13+
### Removed
14+
15+
### Fixed
16+
17+
### Security
18+
19+
### Dependencies
20+
521
## [4.6.0]
622

723
### Dependencies
@@ -364,6 +380,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
364380
- Bumps `github.com/stretchr/testify` from 1.8.0 to 1.8.1
365381
- Bumps `github.com/aws/aws-sdk-go` from 1.44.45 to 1.44.132
366382

383+
[Unreleased]: https://github.com/opensearch-project/opensearch-go/compare/v4.6.0...HEAD
367384
[4.6.0]: https://github.com/opensearch-project/opensearch-go/compare/v4.5.0...v4.6.0
368385
[4.5.0]: https://github.com/opensearch-project/opensearch-go/compare/v4.4.0...v4.5.0
369386
[4.4.0]: https://github.com/opensearch-project/opensearch-go/compare/v4.3.0...v4.4.0

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
package version
2828

2929
// Client returns the client version as a string.
30-
const Client = "4.6.0"
30+
const Client = "4.6.1"

0 commit comments

Comments
 (0)