File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 8.10.4 "
2
+ "." : " 8.10.5 "
3
3
}
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org ) .
4
4
5
+ ## [ 8.10.5] ( https://github.com/launchdarkly/ld-relay/compare/v8.10.4...v8.10.5 ) (2025-01-02)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * Bump golang.org/x/crypto for CVE-2024 -45337 ([ 5d1c3b9] ( https://github.com/launchdarkly/ld-relay/commit/5d1c3b94342a7062de2cf69e703cf313b3e0dd24 ) )
11
+ * Bump opencensus-go-exporter-stackdriver for CVE-2024 -45338 ([ #468 ] ( https://github.com/launchdarkly/ld-relay/issues/468 ) ) ([ 543cf2d] ( https://github.com/launchdarkly/ld-relay/commit/543cf2dbf73f6799f1ef7c61987791429bb9f731 ) )
12
+
5
13
## [ 8.10.4] ( https://github.com/launchdarkly/ld-relay/compare/v8.10.3...v8.10.4 ) (2024-12-09)
6
14
7
15
Original file line number Diff line number Diff line change 2
2
package version
3
3
4
4
// Version is the package version
5
- const Version = "8.10.4 " // {{ x-release-please-version }}
5
+ const Version = "8.10.5 " // {{ x-release-please-version }}
You can’t perform that action at this time.
0 commit comments