From 21718983998c41ff6c13fe17a276354c9dd87289 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 14:19:17 +0000 Subject: [PATCH 1/2] 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..3fd4f98 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-09-02) + + +### 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 From da928369f628424e32d734e5276d7a337d9c970c Mon Sep 17 00:00:00 2001 From: Jason Bailey Date: Wed, 2 Sep 2026 12:48:56 -0500 Subject: [PATCH 2/2] Update CHANGELOG to remove bug fixes section The PR was not squashed and merged so most of the changelogs entries were internal to that PR and never part of a final release. --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fd4f98..51d9824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,9 @@ ### 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)