Skip to content

Commit cd9f081

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 6.2.4
1 parent 3865b8f commit cd9f081

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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+
## [6.2.4] - 2021-08-11
6+
### Changed:
7+
- The dependency version constraint for the `http` gem is now looser: it allows 5.x versions as well as 4.x. The breaking changes in `http` v5.0.0 do not affect the SDK. ([#184](https://github.com/launchdarkly/ruby-server-sdk/issues/184))
8+
- The dependency version constraint for the `json` gem is also looser: it allows any 2.x version that is higher than the SDK's minimum dependency version, not just 2.3. ([#184](https://github.com/launchdarkly/ruby-server-sdk/issues/184))
9+
- The project's build now uses v2.2.10 of `bundler` due to known vulnerabilities in other versions.
10+
511
## [6.2.3] - 2021-08-06
612
### Fixed:
713
- Diagnostic events did not properly set the `usingProxy` attribute when a proxy was configured with the `HTTPS_PROXY` environment variable. ([#182](https://github.com/launchdarkly/ruby-server-sdk/issues/182))

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 = "6.2.3"
2+
VERSION = "6.2.4"
33
end

0 commit comments

Comments
 (0)