diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7f310..8f62939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the LaunchDarkly Go SDK Redis integration will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [1.2.1] - 2021-09-22 +### Changed: +- When logging the Redis URL at startup, if the URL contains a password it is replaced by `xxxxx` (the same behavior as Go's `URL.Redacted()`). + ## [1.2.0] - 2021-07-20 ### Added: - Added support for Big Segments. An Early Access Program for creating and syncing Big Segments from customer data platforms is available to enterprise customers.