Skip to content

Commit

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


##
[8.8.0](v8.7.1...v8.8.0)
(2024-06-25)


### Features

* offline mode key rotation
([#408](#408))
([b3f03a4](b3f03a4))
* periodic key revocation
([#401](#401))
([92033e9](92033e9))


### Bug Fixes

* offline mode would spam logs when file changes
([#406](#406))
([3c12e10](3c12e10))

---
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 Jun 25, 2024
1 parent 5f96b5d commit 4b72066
Show file tree
Hide file tree
Showing 3 changed files with 15 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,3 +1,3 @@
{
".": "8.7.1"
".": "8.8.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [8.8.0](https://github.com/launchdarkly/ld-relay/compare/v8.7.1...v8.8.0) (2024-06-25)


### Features

* offline mode key rotation ([#408](https://github.com/launchdarkly/ld-relay/issues/408)) ([b3f03a4](https://github.com/launchdarkly/ld-relay/commit/b3f03a44bb071ba263e52eafadebdf121643364b))
* periodic key revocation ([#401](https://github.com/launchdarkly/ld-relay/issues/401)) ([92033e9](https://github.com/launchdarkly/ld-relay/commit/92033e90ab480c3920c69fa122bdf1499a3a8e05))


### Bug Fixes

* offline mode would spam logs when file changes ([#406](https://github.com/launchdarkly/ld-relay/issues/406)) ([3c12e10](https://github.com/launchdarkly/ld-relay/commit/3c12e10718b6126c520da259c2b85e015aba05ae))

## [8.7.1](https://github.com/launchdarkly/ld-relay/compare/v8.7.0...v8.7.1) (2024-06-21)


Expand Down
2 changes: 1 addition & 1 deletion relay/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
package version

// Version is the package version
const Version = "8.7.1" // {{ x-release-please-version }}
const Version = "8.8.0" // {{ x-release-please-version }}

0 comments on commit 4b72066

Please sign in to comment.