We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c2b41 commit 4e84437Copy full SHA for 4e84437
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
5
+## [2.0.3] - 2016-10-21
6
+## Fixed
7
+- Indirect stream events are now correctly processed
8
+
9
## [2.0.2] - 2016-08-08
10
## Changed
11
- The default logger now logs at `info` level
lib/ldclient-rb/version.rb
@@ -1,3 +1,3 @@
1
module LaunchDarkly
- VERSION = "2.0.2"
+ VERSION = "2.0.3"
end
0 commit comments