diff --git a/CHANGELOG.md b/CHANGELOG.md index 88faf83..13fb529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to the LaunchDarkly Go SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [2.1.0] - 2017-11-16 + +### Added +- Stop processing streaming events and errors after `Close()`. + + ## [2.0.0] - 2016-08-08 ### Added - Support for multivariate feature flags. New methods `StringVariation`, `JsonVariation` and `IntVariation` and `Float64Variation` for multivariates. @@ -12,4 +18,4 @@ All notable changes to the LaunchDarkly Go SDK will be documented in this file. - The `Feature` data model has been replaced with `FeatureFlag`. ### Deprecated -- The `Toggle` call has been deprecated in favor of `BoolVariation`. \ No newline at end of file +- The `Toggle` call has been deprecated in favor of `BoolVariation`.