Skip to content

Commit c5c093e

Browse files
chore(v8): release 8.13.3 (#534)
🤖 I have created a release *beep* *boop* --- ## [8.13.3](v8.13.2...v8.13.3) (2025-08-14) ### Bug Fixes * Improve compression performance via new provider ([#532](#532)) ([3ece4f4](3ece4f4)) --- 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>
1 parent 3ece4f4 commit c5c093e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.13.2"
2+
".": "8.13.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [8.13.3](https://github.com/launchdarkly/ld-relay/compare/v8.13.2...v8.13.3) (2025-08-14)
6+
7+
8+
### Bug Fixes
9+
10+
* Improve compression performance via new provider ([#532](https://github.com/launchdarkly/ld-relay/issues/532)) ([3ece4f4](https://github.com/launchdarkly/ld-relay/commit/3ece4f470b35ee75bc86276d5d1578ed031d6944))
11+
512
## [8.13.2](https://github.com/launchdarkly/ld-relay/compare/v8.13.1...v8.13.2) (2025-08-12)
613

714

relay/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
package version
33

44
// Version is the package version
5-
const Version = "8.13.2" // {{ x-release-please-version }}
5+
const Version = "8.13.3" // {{ x-release-please-version }}

0 commit comments

Comments
 (0)