Skip to content

Commit 62b5b76

Browse files
chore(main): release 8.3.1
1 parent 2f0f7ed commit 62b5b76

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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.3.0"
2+
".": "8.3.1"
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.3.1](https://github.com/launchdarkly/ruby-server-sdk/compare/8.3.0...8.3.1) (2024-03-21)
6+
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
512
## [8.3.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.2.0...8.3.0) (2024-03-14)
613

714

PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the SDK to verify
12-
SDK_VERSION=8.3.0
12+
SDK_VERSION=8.3.1
1313
```
1414
<!-- x-release-please-end -->
1515

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

0 commit comments

Comments
 (0)