diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 33b982e8..8f58deee 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.6.5" + ".": "7.6.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e7a11fb..d608f4a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [7.6.6](https://github.com/launchdarkly/ld-relay/compare/v7.6.5...v7.6.6) (2024-09-17) + + +### Bug Fixes + +* **deps:** bump supported Go versions to 1.23.1 and 1.22.7 ([#440](https://github.com/launchdarkly/ld-relay/issues/440)) ([2896010](https://github.com/launchdarkly/ld-relay/commit/289601024bf3c57804627ba922c19660bb4a1d3a)) +* **deps:** update Dockerfiles from alpine:3.20.2 to alpine:3.20.3 ([#445](https://github.com/launchdarkly/ld-relay/issues/445)) ([0903caf](https://github.com/launchdarkly/ld-relay/commit/0903caf0ca65aafa876c83c485aeac143816108e)) + ## [7.6.5](https://github.com/launchdarkly/ld-relay/compare/v7.6.4...v7.6.5) (2024-08-14) diff --git a/relay/version/version.go b/relay/version/version.go index 3b85382a..4ec5b0ff 100644 --- a/relay/version/version.go +++ b/relay/version/version.go @@ -2,4 +2,4 @@ package version // Version is the package version -const Version = "7.6.5" // {{ x-release-please-version }} +const Version = "7.6.6" // {{ x-release-please-version }}