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 118f524 commit 032dde3Copy full SHA for 032dde3
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
+## [7.0.4] - 2023-04-03
6
+### Added:
7
+- Added flag key to log message to ease debugging. (Thanks, [matt-dutchie](https://github.com/launchdarkly/ruby-server-sdk/pull/214)!)
8
+
9
## [7.0.3] - 2023-03-17
10
### Changed:
11
- Updated underlying event source library to address issue with `Content-Type` header detection in some customer environments.
lib/ldclient-rb/version.rb
@@ -1,3 +1,3 @@
1
module LaunchDarkly
- VERSION = "7.0.3"
+ VERSION = "7.0.4"
end
0 commit comments