From 67fef51d88cf7204ba610a106b5a8d0169df4967 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:23:04 -0800 Subject: [PATCH] chore(v8): release 8.3.2 (#336) :robot: I have created a release *beep* *boop* --- ## [8.3.2](https://github.com/launchdarkly/ld-relay/compare/v8.3.1...v8.3.2) (2024-03-07) ### Bug Fixes * **deps:** bump supported Go versions to 1.22.1 and 1.21.8 ([#333](https://github.com/launchdarkly/ld-relay/issues/333)) ([4a670b7](https://github.com/launchdarkly/ld-relay/commit/4a670b7037766a2aa50c7e22e56e7d77ee0a3994)) --- 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 b0034f9d..05aa167c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.3.1" + ".": "8.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 19726759..ac6e0047 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.2](https://github.com/launchdarkly/ld-relay/compare/v8.3.1...v8.3.2) (2024-03-07) + + +### Bug Fixes + +* **deps:** bump supported Go versions to 1.22.1 and 1.21.8 ([#333](https://github.com/launchdarkly/ld-relay/issues/333)) ([4a670b7](https://github.com/launchdarkly/ld-relay/commit/4a670b7037766a2aa50c7e22e56e7d77ee0a3994)) + ## [8.3.1](https://github.com/launchdarkly/ld-relay/compare/v8.3.0...v8.3.1) (2024-02-12) diff --git a/relay/version/version.go b/relay/version/version.go index 0e8819c8..bfe65d55 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.3.1" // {{ x-release-please-version }} +const Version = "8.3.2" // {{ x-release-please-version }}