Skip to content

Commit

Permalink
chore(main): release 8.3.1 (#259)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[8.3.1](8.3.0...8.3.1)
(2024-03-28)


### Bug Fixes

* Ensure Rails.logger exists before using it
([#258](#258))
([2f0f7ed](2f0f7ed))
* Remove invalid prereq `check_variation_range` check
([#261](#261))
([#263](#263))
([74ca206](74ca206)),
closes
[#260](#260)

---
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>
  • Loading branch information
github-actions[bot] committed Mar 28, 2024
1 parent 74ca206 commit fbdaee2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.3.0"
".": "8.3.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [8.3.1](https://github.com/launchdarkly/ruby-server-sdk/compare/8.3.0...8.3.1) (2024-03-28)


### Bug Fixes

* Ensure Rails.logger exists before using it ([#258](https://github.com/launchdarkly/ruby-server-sdk/issues/258)) ([2f0f7ed](https://github.com/launchdarkly/ruby-server-sdk/commit/2f0f7edcce831b486f1fb8f9a5ce368575ad1b43))
* Remove invalid prereq `check_variation_range` check ([#261](https://github.com/launchdarkly/ruby-server-sdk/issues/261)) ([#263](https://github.com/launchdarkly/ruby-server-sdk/issues/263)) ([74ca206](https://github.com/launchdarkly/ruby-server-sdk/commit/74ca2067fafead5325d824f8923ddb5ced83196d)), closes [#260](https://github.com/launchdarkly/ruby-server-sdk/issues/260)

## [8.3.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.2.0...8.3.0) (2024-03-14)


Expand Down
2 changes: 1 addition & 1 deletion PROVENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
<!-- x-release-please-start-version -->
```
# Set the version of the SDK to verify
SDK_VERSION=8.3.0
SDK_VERSION=8.3.1
```
<!-- x-release-please-end -->

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 = "8.3.0" # x-release-please-version
VERSION = "8.3.1" # x-release-please-version
end

0 comments on commit fbdaee2

Please sign in to comment.