Skip to content

Commit 5e573d6

Browse files
chore(v7): release 7.6.1 (#176)
🤖 I have created a release *beep* *boop* --- ## [7.6.1](v7.6.0...v7.6.1) (2024-08-20) ### Bug Fixes * add support for testing minimum Go version ([c0707a3](c0707a3)) --- 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> Co-authored-by: Casey Waldren <[email protected]>
1 parent 8b05a3a commit 5e573d6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "7.6.0",
2+
".": "7.6.1",
33
"ldotel": "1.0.1"
44
}

CHANGELOG.md

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

33
All notable changes to the LaunchDarkly Go SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [7.6.1](https://github.com/launchdarkly/go-server-sdk/compare/v7.6.0...v7.6.1) (2024-08-20)
6+
7+
8+
### Bug Fixes
9+
10+
* add support for testing minimum Go version ([c0707a3](https://github.com/launchdarkly/go-server-sdk/commit/c0707a3c9eaab854815062f0d817b97b2b654edd))
11+
512
## [7.6.0](https://github.com/launchdarkly/go-server-sdk/compare/v7.5.0...v7.6.0) (2024-07-25)
613

714
This release introduces the ability to enable compression of event payloads. When enabled, the SDK will compress events before sending them to the LaunchDarkly servers. This can reduce the bandwidth required to send events, which can be useful in high-traffic environments to reduce egress traffic costs.

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package internal
22

33
// SDKVersion is the current version string of the SDK. This is updated by our release scripts.
4-
const SDKVersion = "7.6.0" // {{ x-release-please-version }}
4+
const SDKVersion = "7.6.1" // {{ x-release-please-version }}

0 commit comments

Comments
 (0)