diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0e9a9a9e..62a03fbc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.10.3" + ".": "8.10.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3863c092..d2f99b1a 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.4](https://github.com/launchdarkly/ld-relay/compare/v8.10.3...v8.10.4) (2024-12-09) + + +### Bug Fixes + +* **deps:** update Dockerfiles from 3.20.3 to alpine:3.21.0 ([#465](https://github.com/launchdarkly/ld-relay/issues/465)) ([b8237c4](https://github.com/launchdarkly/ld-relay/commit/b8237c4e769a3e2ee344cb968a1188d329f91fd4)) + ## [8.10.3](https://github.com/launchdarkly/ld-relay/compare/v8.10.2...v8.10.3) (2024-12-04) diff --git a/relay/version/version.go b/relay/version/version.go index 0d9c2a99..4503216b 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.3" // {{ x-release-please-version }} +const Version = "8.10.4" // {{ x-release-please-version }}