Skip to content
Merged
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.1.0"
".": "0.2.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.2.0](https://github.com/launchdarkly/ruby-server-sdk-ai/compare/0.1.0...0.2.0) (2025-07-30)


### Features

* added provider and model to ai tracker ([5922fe9](https://github.com/launchdarkly/ruby-server-sdk-ai/commit/5922fe931ad227caa187b46153e8cee77b978032))
* Update AI tracker to include model & provider name for metrics generation ([#11](https://github.com/launchdarkly/ruby-server-sdk-ai/issues/11)) ([ce176e4](https://github.com/launchdarkly/ruby-server-sdk-ai/commit/ce176e42c311857fd6fda30864b8b7cc7b402c20))


### Bug Fixes

* Remove deprecated track generation event ([#10](https://github.com/launchdarkly/ruby-server-sdk-ai/issues/10)) ([dc13cfb](https://github.com/launchdarkly/ruby-server-sdk-ai/commit/dc13cfb0121e613ccbbfe8f9fda8868b9590e356))
* Remove unused instance variable ([#13](https://github.com/launchdarkly/ruby-server-sdk-ai/issues/13)) ([6a04b8b](https://github.com/launchdarkly/ruby-server-sdk-ai/commit/6a04b8ba6c85922856e3236d3d31393cd9d17180))

## [0.1.0](https://github.com/launchdarkly/ruby-server-sdk-ai/compare/0.0.0...0.1.0) (2025-06-18)


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=0.1.0
VERSION=0.2.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.1.0' # x-release-please-version
VERSION = '0.2.0' # x-release-please-version
end
end
end