Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.1.0](https://github.com/launchdarkly/ruby-server-sdk-otel/compare/1.0.0...1.1.0) (2025-10-17)


### Features

* update tracing hook to latest semantic conventions ([ad64efd](https://github.com/launchdarkly/ruby-server-sdk-otel/commit/ad64efd54baa5c82b104d944c1abc1e774f59fd8))


### Bug Fixes

* correct indentation and remove trailing whitespace ([e29c0cc](https://github.com/launchdarkly/ruby-server-sdk-otel/commit/e29c0ccf6ee01af8ab2e94ea3371c517419c3a07))
* correct indentation in test contexts for Rubocop ([b25c8eb](https://github.com/launchdarkly/ruby-server-sdk-otel/commit/b25c8eb651805d140dea21d6c11b1c8f048c1d0b))
* initialize logger before validating environment_id ([1b1c486](https://github.com/launchdarkly/ruby-server-sdk-otel/commit/1b1c4864fa8c4051e5109817fac6fc5a27555633))

## 1.0.0 (2024-04-05)


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
VERSION=1.0.0
VERSION=1.1.0
```
<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion lib/ldclient-otel/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module LaunchDarkly
module Otel
VERSION = '1.0.0' # x-release-please-version
VERSION = '1.1.0' # x-release-please-version
end
end