From 42ccae5bd497eb6c5a09ede81e4bd4f1485732bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 11:52:49 -0500 Subject: [PATCH] chore(main): release 8.1.0 (#233) :robot: I have created a release *beep* *boop* --- ## [8.1.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.0.0...8.1.0) (2024-01-03) ### Features * Add hash access and equality support to LDContext ([#241](https://github.com/launchdarkly/ruby-server-sdk/issues/241)) ([1ba6bde](https://github.com/launchdarkly/ruby-server-sdk/commit/1ba6bde61fd8ed5a197fee74770a0aa5ab5222c8)) * Define equality methods for LDContext and Reference ([#232](https://github.com/launchdarkly/ruby-server-sdk/issues/232)) ([1b2ba7b](https://github.com/launchdarkly/ruby-server-sdk/commit/1b2ba7bfd9ebfccfa7717cbd5c32665bc5f380db)) ### Bug Fixes * Calling stop in ldd mode no longer raises an exception ([#237](https://github.com/launchdarkly/ruby-server-sdk/issues/237)) ([8149da1](https://github.com/launchdarkly/ruby-server-sdk/commit/8149da1897d6da6bc9325c977df02f355173b135)) --- 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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ lib/ldclient-rb/version.rb | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 32ac6588..529b133f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.0" + ".": "8.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d535c62..b287edc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [8.1.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.0.0...8.1.0) (2024-01-03) + + +### Features + +* Add hash access and equality support to LDContext ([#241](https://github.com/launchdarkly/ruby-server-sdk/issues/241)) ([1ba6bde](https://github.com/launchdarkly/ruby-server-sdk/commit/1ba6bde61fd8ed5a197fee74770a0aa5ab5222c8)) +* Define equality methods for LDContext and Reference ([#232](https://github.com/launchdarkly/ruby-server-sdk/issues/232)) ([1b2ba7b](https://github.com/launchdarkly/ruby-server-sdk/commit/1b2ba7bfd9ebfccfa7717cbd5c32665bc5f380db)) + + +### Bug Fixes + +* Calling stop in ldd mode no longer raises an exception ([#237](https://github.com/launchdarkly/ruby-server-sdk/issues/237)) ([8149da1](https://github.com/launchdarkly/ruby-server-sdk/commit/8149da1897d6da6bc9325c977df02f355173b135)) + ## [7.3.2](https://github.com/launchdarkly/ruby-server-sdk/compare/7.3.1...7.3.2) (2023-12-26) diff --git a/lib/ldclient-rb/version.rb b/lib/ldclient-rb/version.rb index 63f9abdb..082337f6 100644 --- a/lib/ldclient-rb/version.rb +++ b/lib/ldclient-rb/version.rb @@ -1,3 +1,3 @@ module LaunchDarkly - VERSION = "8.0.0" # x-release-please-version + VERSION = "8.1.0" # x-release-please-version end