Skip to content

Commit 58e9d1f

Browse files
chore(main): release 8.2.0 (#250)
🤖 I have created a release *beep* *boop* --- ## [8.2.0](8.1.0...8.2.0) (2024-02-20) ### Features * Enable gzip compression on polling requests ([#249](#249)) ([abffe47](abffe47)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent abffe47 commit 58e9d1f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.1.0"
2+
".": "8.2.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [8.2.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.1.0...8.2.0) (2024-02-20)
6+
7+
8+
### Features
9+
10+
* Enable gzip compression on polling requests ([#249](https://github.com/launchdarkly/ruby-server-sdk/issues/249)) ([abffe47](https://github.com/launchdarkly/ruby-server-sdk/commit/abffe476093a8203f262be337b0bc3a4ec6ba982))
11+
512
## [8.1.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.0.0...8.1.0) (2024-01-03)
613

714

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 = "8.1.0" # x-release-please-version
2+
VERSION = "8.2.0" # x-release-please-version
33
end

0 commit comments

Comments
 (0)