From 454af6cb3ab07784be3d2a00137d1c534635c9d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:26:35 -0700 Subject: [PATCH] chore(v7): release 7.6.6 (#442) :robot: I have created a release *beep* *boop* --- ## [7.6.6](https://github.com/launchdarkly/ld-relay/compare/v7.6.5...v7.6.6) (2024-09-17) ### Bug Fixes * **deps:** bump supported Go versions to 1.23.1 and 1.22.7 ([#440](https://github.com/launchdarkly/ld-relay/issues/440)) ([2896010](https://github.com/launchdarkly/ld-relay/commit/289601024bf3c57804627ba922c19660bb4a1d3a)) * **deps:** update Dockerfiles from alpine:3.20.2 to alpine:3.20.3 ([#445](https://github.com/launchdarkly/ld-relay/issues/445)) ([0903caf](https://github.com/launchdarkly/ld-relay/commit/0903caf0ca65aafa876c83c485aeac143816108e)) --- 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 | 8 ++++++++ relay/version/version.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 33b982e8..8f58deee 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.6.5" + ".": "7.6.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e7a11fb..d608f4a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [7.6.6](https://github.com/launchdarkly/ld-relay/compare/v7.6.5...v7.6.6) (2024-09-17) + + +### Bug Fixes + +* **deps:** bump supported Go versions to 1.23.1 and 1.22.7 ([#440](https://github.com/launchdarkly/ld-relay/issues/440)) ([2896010](https://github.com/launchdarkly/ld-relay/commit/289601024bf3c57804627ba922c19660bb4a1d3a)) +* **deps:** update Dockerfiles from alpine:3.20.2 to alpine:3.20.3 ([#445](https://github.com/launchdarkly/ld-relay/issues/445)) ([0903caf](https://github.com/launchdarkly/ld-relay/commit/0903caf0ca65aafa876c83c485aeac143816108e)) + ## [7.6.5](https://github.com/launchdarkly/ld-relay/compare/v7.6.4...v7.6.5) (2024-08-14) diff --git a/relay/version/version.go b/relay/version/version.go index 3b85382a..4ec5b0ff 100644 --- a/relay/version/version.go +++ b/relay/version/version.go @@ -2,4 +2,4 @@ package version // Version is the package version -const Version = "7.6.5" // {{ x-release-please-version }} +const Version = "7.6.6" // {{ x-release-please-version }}