diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6e51a6e5..8d48393b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "." : "8.2.3" + ".": "8.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f11597b..75946c10 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.3.0](https://github.com/launchdarkly/ld-relay/compare/v8.2.3...v8.3.0) (2024-02-09) + + +### Features + +* build Docker images for ARMv7 and ARM64v8 architectures [v8] ([#291](https://github.com/launchdarkly/ld-relay/issues/291)) ([a361688](https://github.com/launchdarkly/ld-relay/commit/a361688d6d8a43feb38464b97e42e9c46d1dca61)) + ## [8.2.3] - 2024-01-29 ### Changed: - Continuous integration was migrated from CircleCI to Github Actions. diff --git a/relay/version/version.go b/relay/version/version.go index 00d7c873..42622117 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.2.3" // {{ x-release-please-version }} +const Version = "8.3.0" // {{ x-release-please-version }}