diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4669d0de..3fc1b773 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { ".": "7.8.0", "ldotel": "1.0.2", - "ldai": "0.1.1" + "ldai": "0.2.0" } diff --git a/ldai/CHANGELOG.md b/ldai/CHANGELOG.md index ac996002..98253737 100644 --- a/ldai/CHANGELOG.md +++ b/ldai/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.2.0](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.1.1...ldai/v0.2.0) (2024-12-09) + + +### ⚠ BREAKING CHANGES + +* Rename model and provider id to name ([#218](https://github.com/launchdarkly/go-server-sdk/issues/218)) + +### Bug Fixes + +* propagate parsed model params into returned AI config ([#220](https://github.com/launchdarkly/go-server-sdk/issues/220)) ([f75b7a8](https://github.com/launchdarkly/go-server-sdk/commit/f75b7a8df5f5e62f544d5e95cbc75bd82352ca57)) + + +### Code Refactoring + +* Rename model and provider id to name ([#218](https://github.com/launchdarkly/go-server-sdk/issues/218)) ([ebdc281](https://github.com/launchdarkly/go-server-sdk/commit/ebdc281c667446e04b37ef44ee5e3f953d288eb2)) + ## [0.1.1](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.1.0...ldai/v0.1.1) (2024-12-06) diff --git a/ldai/package_info.go b/ldai/package_info.go index 33749776..79b6dd0d 100644 --- a/ldai/package_info.go +++ b/ldai/package_info.go @@ -2,4 +2,4 @@ package ldai // Version is the current version string of the ldai package. This is updated by our release scripts. -const Version = "0.1.1" // {{ x-release-please-version }} +const Version = "0.2.0" // {{ x-release-please-version }}