Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#21)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.3.0](1.2.0...1.3.0)
(2024-10-10)


### Features

* Add ability to specify password for the redis server
([#20](#20))
([233e481](233e481))

---
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>
  • Loading branch information
github-actions[bot] authored Oct 10, 2024
1 parent 233e481 commit 7148114
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.3.0"
}
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

0 comments on commit 7148114

Please sign in to comment.