File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Inspired 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
Original file line number Diff line number Diff line change 2727package version
2828
2929// Client returns the client version as a string.
30- const Client = "4.6.0 "
30+ const Client = "4.6.1 "
You can’t perform that action at this time.
0 commit comments