diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3fc1b773..52f0e22d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { ".": "7.8.0", "ldotel": "1.0.2", - "ldai": "0.2.0" + "ldai": "0.3.0" } diff --git a/ldai/CHANGELOG.md b/ldai/CHANGELOG.md index 98253737..a8e89752 100644 --- a/ldai/CHANGELOG.md +++ b/ldai/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.0](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.2.0...ldai/v0.3.0) (2024-12-10) + + +### ⚠ BREAKING CHANGES + +* Rename versionKey to variationKey ([#221](https://github.com/launchdarkly/go-server-sdk/issues/221)) + +### Code Refactoring + +* Rename versionKey to variationKey ([#221](https://github.com/launchdarkly/go-server-sdk/issues/221)) ([470f8c1](https://github.com/launchdarkly/go-server-sdk/commit/470f8c1f90022abb102f6fcf0c2856297baa8842)) + ## [0.2.0](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.1.1...ldai/v0.2.0) (2024-12-09) diff --git a/ldai/package_info.go b/ldai/package_info.go index 79b6dd0d..72377ee1 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.2.0" // {{ x-release-please-version }} +const Version = "0.3.0" // {{ x-release-please-version }}