diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6a5f76b..f1648bd4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 021c8d28..2e15ea7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/launchdarkly/ldcli/compare/v0.8.0...v0.8.1) (2024-04-22) + + +### Bug Fixes + +* Don't find/replace FLAG_KEY in SDK instructions ([#193](https://github.com/launchdarkly/ldcli/issues/193)) ([39ea1ce](https://github.com/launchdarkly/ldcli/commit/39ea1ce37e25619ad7059a6dccd54837fdb6c7b3)) + ## [0.8.0](https://github.com/launchdarkly/ldcli/compare/v0.7.0...v0.8.0) (2024-04-18)