diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c4ddc74..53b7bc9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c56fb1..c77dd77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/launchdarkly/ruby-server-sdk-otel/compare/1.1.1...1.1.2) (2026-06-04) + + +### Bug Fixes + +* Loosen launchdarkly-server-sdk constraint to ~> 8.4 ([#25](https://github.com/launchdarkly/ruby-server-sdk-otel/issues/25)) ([160c165](https://github.com/launchdarkly/ruby-server-sdk-otel/commit/160c165d928b87ada6fcc53614953ede6054884f)) + ## [1.1.1](https://github.com/launchdarkly/ruby-server-sdk-otel/compare/1.1.0...1.1.1) (2025-10-29) diff --git a/PROVENANCE.md b/PROVENANCE.md index 3b641de..82723a5 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att ``` # Set the version of the library to verify -VERSION=1.1.1 +VERSION=1.1.2 ``` diff --git a/lib/ldclient-otel/version.rb b/lib/ldclient-otel/version.rb index 881809a..1753774 100644 --- a/lib/ldclient-otel/version.rb +++ b/lib/ldclient-otel/version.rb @@ -2,6 +2,6 @@ module LaunchDarkly module Otel - VERSION = '1.1.1' # x-release-please-version + VERSION = '1.1.2' # x-release-please-version end end