Skip to content

Commit

Permalink
Releasing version 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Apr 13, 2023
1 parent 1b96d04 commit d8cc735
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 Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [7.1.0] - 2023-04-13
### Added:
- Support for Payload Filtering in streaming and polling modes. Payload Filtering is a beta feature that allows SDKs to download a subset of environment data, rather than full environments.

## [7.0.4] - 2023-04-03
### Added:
- Added flag key to log message to ease debugging. (Thanks, [matt-dutchie](https://github.com/launchdarkly/ruby-server-sdk/pull/214)!)
Expand Down
2 changes: 1 addition & 1 deletion lib/ldclient-rb/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LaunchDarkly
VERSION = "7.0.4"
VERSION = "7.1.0"
end

0 comments on commit d8cc735

Please sign in to comment.