diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 955ada60..00a97861 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { ".": "7.7.0", "ldotel": "1.0.2", - "ldai": "0.1.0" + "ldai": "0.1.1" } diff --git a/ldai/CHANGELOG.md b/ldai/CHANGELOG.md index 8401ced5..ac996002 100644 --- a/ldai/CHANGELOG.md +++ b/ldai/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/launchdarkly/go-server-sdk/compare/ldai/v0.1.0...ldai/v0.1.1) (2024-12-06) + + +### Bug Fixes + +* add prefix to Feedback constants ([#216](https://github.com/launchdarkly/go-server-sdk/issues/216)) ([67d3564](https://github.com/launchdarkly/go-server-sdk/commit/67d35649f9ae32541ba37b47473855a9ac8cb52b)) + ## 0.1.0 (2024-12-05) diff --git a/ldai/package_info.go b/ldai/package_info.go index a2134de4..33749776 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.0" // {{ x-release-please-version }} +const Version = "0.1.1" // {{ x-release-please-version }}