Skip to content

Commit 9a4cc8d

Browse files
chore(main): release 1.1.1 (#16)
🤖 I have created a release *beep* *boop* --- ## [1.1.1](1.1.0...1.1.1) (2025-10-29) ### Bug Fixes * Loosen overly restrict opentelemetry-sdk versioning to allow v1 ([#15](#15)) ([064958d](064958d)), closes [#14](#14) --- 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>
1 parent 064958d commit 9a4cc8d

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-
".": "1.1.0"
2+
".": "1.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/launchdarkly/ruby-server-sdk-otel/compare/1.1.0...1.1.1) (2025-10-29)
4+
5+
6+
### Bug Fixes
7+
8+
* Loosen overly restrict opentelemetry-sdk versioning to allow v1 ([#15](https://github.com/launchdarkly/ruby-server-sdk-otel/issues/15)) ([064958d](https://github.com/launchdarkly/ruby-server-sdk-otel/commit/064958dabca3c8fd79da5914bde8f557fd561535)), closes [#14](https://github.com/launchdarkly/ruby-server-sdk-otel/issues/14)
9+
310
## [1.1.0](https://github.com/launchdarkly/ruby-server-sdk-otel/compare/1.0.0...1.1.0) (2025-10-17)
411

512

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-
VERSION=1.1.0
12+
VERSION=1.1.1
1313
```
1414
<!-- x-release-please-end -->
1515

lib/ldclient-otel/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module LaunchDarkly
44
module Otel
5-
VERSION = '1.1.0' # x-release-please-version
5+
VERSION = '1.1.1' # x-release-please-version
66
end
77
end

0 commit comments

Comments
 (0)