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 96bb73b commit 344b7e3Copy full SHA for 344b7e3
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.3] - 2023-03-17
6
+### Changed:
7
+- Updated underlying event source library to address issue with `Content-Type` header detection in some customer environments.
8
+
9
## [7.0.2] - 2023-01-27
10
### Fixed:
11
- Fixed JSON serialization error on internal models.
lib/ldclient-rb/version.rb
@@ -1,3 +1,3 @@
1
module LaunchDarkly
- VERSION = "7.0.2"
+ VERSION = "7.0.3"
end
0 commit comments