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 @@
{
".": "0.4.0"
".": "0.5.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.5.0](https://github.com/launchdarkly/ruby-server-sdk-ai/compare/0.4.0...0.5.0) (2026-07-22)


### Features

* **server-ai:** stamp modelKey and modelVersion on AI usage events (AIC-2857) ([e6ae12d](https://github.com/launchdarkly/ruby-server-sdk-ai/commit/e6ae12ddb2e3b1b7a20f88987460e196e3abab63))
* **server-ai:** stamp modelKey and modelVersion on AI usage events (AIC-2857) ([#36](https://github.com/launchdarkly/ruby-server-sdk-ai/issues/36)) ([2f7fda4](https://github.com/launchdarkly/ruby-server-sdk-ai/commit/2f7fda4d57b09483cf15fda6e3102e24b1eecb27))


### Bug Fixes

* **server-ai:** rename tracked_model_version to model_version ([503ccc5](https://github.com/launchdarkly/ruby-server-sdk-ai/commit/503ccc5bf4e7b9d57cadd9e427a535482fc4e58c))
* **server-ai:** stop exposing model_key/model_version on ModelConfig ([25d962e](https://github.com/launchdarkly/ruby-server-sdk-ai/commit/25d962e7f238ba834c1f654f9beab0bb72733e96))

## [0.4.0](https://github.com/launchdarkly/ruby-server-sdk-ai/compare/0.3.0...0.4.0) (2026-05-15)


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 build provenance attestations, we recommend using the [GitHub CLI `att
<!-- x-release-please-start-version -->
```
# Set the version of the library to verify
VERSION=0.4.0
VERSION=0.5.0
```
<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion lib/server/ai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module LaunchDarkly
module Server
module AI
VERSION = '0.4.0' # x-release-please-version
VERSION = '0.5.0' # x-release-please-version
end
end
end
Loading