diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0f6aa44e..e1e352c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.1" + ".": "6.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c34e950c..61e076a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Go SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [6.2.0](https://github.com/launchdarkly/go-server-sdk/compare/v6.1.1...v6.2.0) (2024-03-27) + + +### Features + +* **deps:** bump supported Go versions to 1.22 and 1.21 ([d026f6a](https://github.com/launchdarkly/go-server-sdk/commit/d026f6a46b670808340c55c3d8d0d0b35fcae70e)) + ## [6.1.1] - 2023-10-11 ### Fixed: - Event payloads receiving an HTTP 413 status code will no longer prevent subsequent event payloads from being attempted. diff --git a/internal/version.go b/internal/version.go index 8e0d27b6..0d3ea9e4 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,4 +1,4 @@ package internal // SDKVersion is the current version string of the SDK. This is updated by our release scripts. -const SDKVersion = "6.1.1" // {{ x-release-please-version }} +const SDKVersion = "6.2.0" // {{ x-release-please-version }}