From d9d524d31a2ec9645866e5508c2dab4dcebeef7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:56:32 -0700 Subject: [PATCH] chore(v7): release 7.7.0 (#202) :robot: I have created a release *beep* *boop* --- ## [7.7.0](https://github.com/launchdarkly/go-server-sdk/compare/v7.6.2...v7.7.0) (2024-10-22) ### Features * add support for client-side prerequisite events ([#201](https://github.com/launchdarkly/go-server-sdk/issues/201)) ([d9804ec](https://github.com/launchdarkly/go-server-sdk/commit/d9804ec15caa93b5d7612402f4b80496aa57f1bf)) --- 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 +++++++ internal/version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 29fbda50..586c9ac5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "7.6.2", + ".": "7.7.0", "ldotel": "1.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b71326ac..eb6908ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Go SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [7.7.0](https://github.com/launchdarkly/go-server-sdk/compare/v7.6.2...v7.7.0) (2024-10-22) + + +### Features + +* add support for client-side prerequisite events ([#201](https://github.com/launchdarkly/go-server-sdk/issues/201)) ([d9804ec](https://github.com/launchdarkly/go-server-sdk/commit/d9804ec15caa93b5d7612402f4b80496aa57f1bf)) + ## [7.6.2](https://github.com/launchdarkly/go-server-sdk/compare/v7.6.1...v7.6.2) (2024-08-28) diff --git a/internal/version.go b/internal/version.go index 3f7f7672..b42d2417 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,4 +1,4 @@ package internal // SDKVersion is the current version string of the SDK. This is updated by our release scripts. -const SDKVersion = "7.6.2" // {{ x-release-please-version }} +const SDKVersion = "7.7.0" // {{ x-release-please-version }}