From 7148114ada236d51914a9411b95c99a1dec38f6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:38:10 -0400 Subject: [PATCH] chore(main): release 1.3.0 (#21) :robot: I have created a release *beep* *boop* --- ## [1.3.0](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/compare/1.2.0...1.3.0) (2024-10-10) ### Features * Add ability to specify password for the redis server ([#20](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/issues/20)) ([233e481](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/233e481d5f5ae5ac7db237a5c786298cfa39e05e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/actions/build-docs/action.yml | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/actions/build-docs/action.yml b/.github/actions/build-docs/action.yml index 1e665b0..e92daef 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 1.2.0" # x-release-please-version + --title "LaunchDarkly PHP SDK phpredis integration 1.3.0" # x-release-please-version diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a945582..6d97035 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). +## [1.3.0](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/compare/1.2.0...1.3.0) (2024-10-10) + + +### Features + +* Add ability to specify password for the redis server ([#20](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/issues/20)) ([233e481](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/233e481d5f5ae5ac7db237a5c786298cfa39e05e)) + ## [1.2.0] - 2023-10-25 ### Changed: - Expanded SDK version support to v6 @@ -12,4 +19,3 @@ All notable changes to the project will be documented in this file. This project ## [1.0.0] - 2021-08-06 Initial release, for use with version 4.x of the LaunchDarkly PHP SDK. -