diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 158771a1..efd310e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.10.0" + ".": "8.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b3408d2..8490829c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [8.10.1](https://github.com/launchdarkly/ld-relay/compare/v8.10.0...v8.10.1) (2024-10-23) + + +### Bug Fixes + +* **build:** add windows binaries ([388feb4](https://github.com/launchdarkly/ld-relay/commit/388feb45a1e211e6794f7ad0f239362608d88fa5)) + ## [8.10.0](https://github.com/launchdarkly/ld-relay/compare/v8.9.6...v8.10.0) (2024-10-17) diff --git a/relay/version/version.go b/relay/version/version.go index 63ca99c2..a37da50f 100644 --- a/relay/version/version.go +++ b/relay/version/version.go @@ -2,4 +2,4 @@ package version // Version is the package version -const Version = "8.10.0" // {{ x-release-please-version }} +const Version = "8.10.1" // {{ x-release-please-version }}