From 3a698cf32bf8b172a9d9794c321eda7098b6dafc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 20:33:29 +0000 Subject: [PATCH] chore(main): release 2.0.1 --- .github/actions/build-docs/action.yml | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/actions/build-docs/action.yml b/.github/actions/build-docs/action.yml index 183727f..cfb7601 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.0" # x-release-please-version + --title "LaunchDarkly PHP SDK phpredis integration 2.0.1" # x-release-please-version diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..b725ab0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd82e9..10aa1c3 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.1](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/compare/2.0.0...2.0.1) (2025-01-17) + + +### Miscellaneous Chores + +* Fix default PHP version ([#27](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/issues/27)) ([c18e319](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/c18e319141ce822b97d05367ade94e781e451a9b)) + ## [2.0.0](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/compare/1.3.0...2.0.0) (2025-01-17)