From 28045b91f86556105603300e24c4b50f7c3e08e3 Mon Sep 17 00:00:00 2001 From: Jakob Hahn Date: Tue, 27 Aug 2024 16:08:08 +0200 Subject: [PATCH] bump version to 4.2.0 Signed-off-by: Jakob Hahn --- CHANGELOG.md | 4 ++-- internal/version/version.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0189b2b..67fb7f53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## [Unreleased] +## [4.2.0] ### Dependencies - Bump `github.com/aws/aws-sdk-go-v2/config` from 1.27.23 to 1.27.31 ([#584](https://github.com/opensearch-project/opensearch-go/pull/584), [#588](https://github.com/opensearch-project/opensearch-go/pull/588), [#593](https://github.com/opensearch-project/opensearch-go/pull/593), [#605](https://github.com/opensearch-project/opensearch-go/pull/605)) @@ -252,7 +252,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `github.com/stretchr/testify` from 1.8.0 to 1.8.1 - Bumps `github.com/aws/aws-sdk-go` from 1.44.45 to 1.44.132 -[Unreleased]: https://github.com/opensearch-project/opensearch-go/compare/v4.1.0...HEAD +[4.2.0]: https://github.com/opensearch-project/opensearch-go/compare/v4.1.0...v4.2.0 [4.1.0]: https://github.com/opensearch-project/opensearch-go/compare/v4.0.0...v4.1.0 [4.0.0]: https://github.com/opensearch-project/opensearch-go/compare/v3.1.0...v4.0.0 [3.1.0]: https://github.com/opensearch-project/opensearch-go/compare/v3.0.0...v3.1.0 diff --git a/internal/version/version.go b/internal/version/version.go index 4c496888..f7759e4c 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -27,4 +27,4 @@ package version // Client returns the client version as a string. -const Client = "4.1.1" +const Client = "4.2.0"