From 0df9d7a462693a3b9ba404ca98984d041f5ac0a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 15:32:44 +0000 Subject: [PATCH] chore(main): release 2.0.3 --- .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 792c248..2d56c82 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.2" # x-release-please-version + --title "LaunchDarkly PHP SDK Predis integration 2.0.3" # x-release-please-version diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47fb725..af6dd8b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.2" + ".": "2.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c4509b0..08c7f76 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.3](https://github.com/launchdarkly/php-server-sdk-redis-predis/compare/2.0.2...2.0.3) (2025-06-30) + + +### Bug Fixes + +* Expand predis support to v3 ([#37](https://github.com/launchdarkly/php-server-sdk-redis-predis/issues/37)) ([a925189](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/a925189f35bdd354d9ff9da5da3810eed82f5560)), closes [#36](https://github.com/launchdarkly/php-server-sdk-redis-predis/issues/36) + ## [2.0.2](https://github.com/launchdarkly/php-server-sdk-redis-predis/compare/2.0.1...2.0.2) (2025-04-29)