Skip to content

Commit 2a7e0fb

Browse files
author
LaunchDarklyReleaseBot
committed
merge from public after release
2 parents 6bfb030 + ada5e9c commit 2a7e0fb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
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+
## [6.2.3] - 2021-08-06
6+
### Fixed:
7+
- 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))
8+
59
## [6.2.2] - 2021-07-23
610
### Fixed:
711
- Enabling debug logging in polling mode could cause polling to fail with a `NameError`. (Thanks, [mmurphy-notarize](https://github.com/launchdarkly/ruby-server-sdk/pull/180)!)

lib/ldclient-rb/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LaunchDarkly
2-
VERSION = "6.2.2"
2+
VERSION = "6.2.3"
33
end

0 commit comments

Comments
 (0)