Skip to content

Commit

Permalink
Releasing version 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Jan 27, 2023
1 parent 8937c86 commit efecdf5
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 Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [7.0.2] - 2023-01-27
### Fixed:
- Fixed JSON serialization error on internal models.

## [7.0.1] - 2023-01-19
### Changed:
- Improved logging of feature flag data validation errors so that they are logged once at the time the SDK receives the data, rather than during each evaluation of the flag.
Expand Down
2 changes: 1 addition & 1 deletion lib/ldclient-rb/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LaunchDarkly
VERSION = "7.0.1"
VERSION = "7.0.2"
end

0 comments on commit efecdf5

Please sign in to comment.