From efecdf5a8f3744133ed70a406928c1d2b3ef9e7f Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Fri, 27 Jan 2023 21:34:02 +0000 Subject: [PATCH] Releasing version 7.0.2 --- CHANGELOG.md | 4 ++++ lib/ldclient-rb/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28fd8aa3..3518fd60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/ldclient-rb/version.rb b/lib/ldclient-rb/version.rb index 7d007468..210ae563 100644 --- a/lib/ldclient-rb/version.rb +++ b/lib/ldclient-rb/version.rb @@ -1,3 +1,3 @@ module LaunchDarkly - VERSION = "7.0.1" + VERSION = "7.0.2" end