Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(v7): release 7.1.1 #113

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.1.0"
".": "7.1.1"
}
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).

## [7.1.1](https://github.com/launchdarkly/go-server-sdk/compare/v7.1.0...v7.1.1) (2024-03-14)


### Bug Fixes

* do not emit error when RelayProxyEndpointsWithoutEvents is used ([#110](https://github.com/launchdarkly/go-server-sdk/issues/110)) ([0551bf1](https://github.com/launchdarkly/go-server-sdk/commit/0551bf115902f1f2d0691a060c1a16fc60ea7e69))

## [7.1.0](https://github.com/launchdarkly/go-server-sdk/compare/v7.0.1...v7.1.0) (2024-03-14)


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 = "7.1.0" // {{ x-release-please-version }}
const SDKVersion = "7.1.1" // {{ x-release-please-version }}