Skip to content

Commit 5c9f985

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 6.0.2
1 parent 1a7cca7 commit 5c9f985

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

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

5+
## [6.0.2] - 2023-02-27
6+
### Changed:
7+
- Bumped golang/x/crypto and golang/x/sys to v0.1.0
8+
59
## [6.0.1] - 2023-01-17
610
### Fixed:
711
- If the application configured custom base URIs that did not have a valid URI syntax, the SDK could panic at startup time. It will now simply log an error and be unable to connect to LaunchDarkly.

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package internal
22

33
// SDKVersion is the current version string of the SDK. This is updated by our release scripts.
4-
const SDKVersion = "6.0.1"
4+
const SDKVersion = "6.0.2"

0 commit comments

Comments
 (0)