diff --git a/.github/actions/build-docs/action.yml b/.github/actions/build-docs/action.yml index 6603798..792c248 100644 --- a/.github/actions/build-docs/action.yml +++ b/.github/actions/build-docs/action.yml @@ -17,4 +17,4 @@ runs: --ignore-tags psalm-return \ --visibility public \ --defaultpackagename "LaunchDarkly" \ - --title "LaunchDarkly PHP SDK Predis integration 2.0.1" # x-release-please-version + --title "LaunchDarkly PHP SDK Predis integration 2.0.2" # x-release-please-version diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b725ab0..47fb725 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1" + ".": "2.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a812e00..c4509b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [2.0.2](https://github.com/launchdarkly/php-server-sdk-redis-predis/compare/2.0.1...2.0.2) (2025-04-29) + + +### Miscellaneous Chores + +* Add new `issues: write` permission ([#35](https://github.com/launchdarkly/php-server-sdk-redis-predis/issues/35)) ([99df3ff](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/99df3ff5c2c6f266d09f6c796caaa0e45f88c8ff)) + ## [2.0.1](https://github.com/launchdarkly/php-server-sdk-redis-predis/compare/2.0.0...2.0.1) (2025-01-17)