diff --git a/CHANGELOG.md b/CHANGELOG.md index 147f538..88faf83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,6 @@ 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-04 - -### 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.