From cec1e2dcfaf6c6f566e173ea674bd8de926155b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 23:01:11 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ PROVENANCE.md | 2 +- lib/server/ai/version.rb | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ccb659..460fbf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/PROVENANCE.md b/PROVENANCE.md index 9373ccf..9a64927 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=0.4.0 +VERSION=0.5.0 ``` diff --git a/lib/server/ai/version.rb b/lib/server/ai/version.rb index a9bd7c1..866dd00 100644 --- a/lib/server/ai/version.rb +++ b/lib/server/ai/version.rb @@ -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