Skip to content

Commit

Permalink
chore(v7): release 7.7.0 (#202)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[7.7.0](v7.6.2...v7.7.0)
(2024-10-22)


### Features

* add support for client-side prerequisite events
([#201](#201))
([d9804ec](d9804ec))

---
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>
  • Loading branch information
github-actions[bot] authored Oct 23, 2024
1 parent d9804ec commit d9d524d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "7.6.2",
".": "7.7.0",
"ldotel": "1.0.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit d9d524d

Please sign in to comment.