Skip to content

Commit

Permalink
Releasing version 5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Aug 6, 2020
1 parent 2efdb33 commit 87569fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [5.11.2] - 2020-08-06
### Changed:
- There is a `clientSideAvailability` property which will be sent by LaunchDarkly services in the future as an alternate way of indicating whether a flag is enabled for use by client-side/mobile JavaScript SDKs. Previous versions of the Relay Proxy did not support this property, so the more detailed availability features being added to the LaunchDarkly dashboard would not work for applications that connected through a Relay Proxy. This version adds that support.

## [5.11.1] - 2020-07-07
### Changed:
- Updated the README to have updated usage guidance and to fix outdated links.
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version is the package version
const Version = "5.11.1"
const Version = "5.11.2"

0 comments on commit 87569fd

Please sign in to comment.