Skip to content

Commit 76fa71e

Browse files
merge from public after release
2 parents 2175108 + 0514392 commit 76fa71e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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+
## [5.5.2] - 2019-01-18
6+
### Fixed:
7+
- Like 5.5.1, this release contains only documentation fixes. Implementation classes that are not part of the supported API are now hidden from the [generated documentation](https://www.rubydoc.info/gems/ldclient-rb).
8+
9+
510
## [5.5.1] - 2019-01-17
611
### Fixed:
712
- Fixed several documentation comments that had the wrong parameter names. There are no other changes in this release; it's only to correct the documentation.

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 = "5.5.1"
2+
VERSION = "5.5.2"
33
end

0 commit comments

Comments
 (0)