Skip to content

Commit

Permalink
chore(v6): release 6.2.0 (#129)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[6.2.0](v6.1.1...v6.2.0)
(2024-03-27)


### Features

* **deps:** bump supported Go versions to 1.22 and 1.21
([d026f6a](d026f6a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 27, 2024
1 parent d026f6a commit 35698f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.1.1"
".": "6.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 35698f4

Please sign in to comment.