From c301213b9a8d929afbcb7135506036a3a3dc64b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:27:28 -0800 Subject: [PATCH] chore(v7): release ldai 0.1.1 (#217) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- ldai/CHANGELOG.md | 7 +++++++ ldai/package_info.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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 }}