diff --git a/.github/actions/build-docs/action.yml b/.github/actions/build-docs/action.yml index cfb7601..aab8456 100644 --- a/.github/actions/build-docs/action.yml +++ b/.github/actions/build-docs/action.yml @@ -16,4 +16,4 @@ runs: --ignore-tags psalm-return \ --visibility public \ --defaultpackagename "LaunchDarkly" \ - --title "LaunchDarkly PHP SDK phpredis integration 2.0.1" # x-release-please-version + --title "LaunchDarkly PHP SDK phpredis 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 10aa1c3..a8e85de 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-phpredis/compare/2.0.1...2.0.2) (2026-02-24) + + +### Miscellaneous Chores + +* Update fetch-depth comment ([#30](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/issues/30)) ([5e9234c](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/5e9234cd793699447000c3f6ff5216fcc58f48aa)) + ## [2.0.1](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/compare/2.0.0...2.0.1) (2025-01-17)