Skip to content

Commit 4e84437

Browse files
committed
Bump version, add to changelog
1 parent 44c2b41 commit 4e84437

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.0.3] - 2016-10-21
6+
## Fixed
7+
- Indirect stream events are now correctly processed
8+
59
## [2.0.2] - 2016-08-08
610
## Changed
711
- The default logger now logs at `info` level

lib/ldclient-rb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LaunchDarkly
2-
VERSION = "2.0.2"
2+
VERSION = "2.0.3"
33
end

0 commit comments

Comments
 (0)