From d7b43c8ecad0688f8c11484d7d16a2bad46a6546 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 09:42:44 -0800 Subject: [PATCH] chore(v8): release 8.3.0 (#293) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ relay/version/version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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 }}