Skip to content

Commit

Permalink
Releasing version 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Feb 11, 2021
1 parent 1c819e2 commit 98bf649
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [5.2.1] - 2021-02-11
### Fixed:
- When deserializing feature flags from JSON, an explicit null value for the `rollout` property (as opposed to just omitting the property) was being treated as an error. The LaunchDarkly service endpoints do not ever send `rollout: null`, but it should be considered valid if encountered in JSON from some other source.

## [5.2.0] - 2021-01-26
### Added:
- Added the `Alias` method to `LDClient`. This can be used to associate two user objects for analytics purposes with an alias event.
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 = "5.2.0"
const SDKVersion = "5.2.1"

0 comments on commit 98bf649

Please sign in to comment.