diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 430a5459..cd52c1e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "." : "7.4.4" + ".": "7.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3356b069..ba7008dd 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). +## [7.5.0](https://github.com/launchdarkly/ld-relay/compare/v7.4.4...v7.5.0) (2024-02-12) + + +### Features + +* build Docker images for ARMv7 and ARM64v8 architectures ([9ea48b5](https://github.com/launchdarkly/ld-relay/commit/9ea48b513646c80771a5adfbb1f2e2f356d18a6a)) + ## [7.4.4] - 2024-01-29 ### Changed: - Continuous integration was migrated from CircleCI to Github Actions.