CHANGELOG.md in launchdarkly-server-sdk-6.2.2 vs CHANGELOG.md in launchdarkly-server-sdk-6.2.3

- old
+ new

@@ -1,8 +1,12 @@ # Change log All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [6.2.2] - 2021-07-23 +### Fixed: +- Enabling debug logging in polling mode could cause polling to fail with a `NameError`. (Thanks, [mmurphy-notarize](https://github.com/launchdarkly/ruby-server-sdk/pull/180)!) + ## [6.2.1] - 2021-07-15 ### Changed: - If `variation` or `variation_detail` is called with a user object that has no `key` (an invalid condition that will always result in the default value being returned), the SDK now logs a `warn`-level message to alert you to this incorrect usage. This makes the Ruby SDK's logging behavior consistent with the other server-side LaunchDarkly SDKs. ([#177](https://github.com/launchdarkly/ruby-server-sdk/issues/177)) ## [6.2.0] - 2021-06-17