From b5e046ba3bc8d5f52b7bddc3581746ad70359cf5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 13:03:37 +0000 Subject: [PATCH] chore(7.x): release 7.3.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/ldclient-rb/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5a375b49..c7fa2270 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.3.2" + ".": "7.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d4990c8..4c71adc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [7.3.3](https://github.com/launchdarkly/ruby-server-sdk/compare/7.3.2...7.3.3) (2024-03-28) + + +### Bug Fixes + +* Remove invalid prereq `check_variation_range` check ([#261](https://github.com/launchdarkly/ruby-server-sdk/issues/261)) ([960e392](https://github.com/launchdarkly/ruby-server-sdk/commit/960e39279a13503027ca6d17f266029ccef1fcef)), closes [#260](https://github.com/launchdarkly/ruby-server-sdk/issues/260) + ## [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 9fe93259..275e77a3 100644 --- a/lib/ldclient-rb/version.rb +++ b/lib/ldclient-rb/version.rb @@ -1,3 +1,3 @@ module LaunchDarkly - VERSION = "7.3.2" # x-release-please-version + VERSION = "7.3.3" # x-release-please-version end