Skip to content

Commit 7148114

Browse files
chore(main): release 1.3.0 (#21)
🤖 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>
1 parent 233e481 commit 7148114

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/actions/build-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ runs:
1616
--ignore-tags psalm-return \
1717
--visibility public \
1818
--defaultpackagename "LaunchDarkly" \
19-
--title "LaunchDarkly PHP SDK phpredis integration 1.2.0" # x-release-please-version
19+
--title "LaunchDarkly PHP SDK phpredis integration 1.3.0" # x-release-please-version

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [1.3.0](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/compare/1.2.0...1.3.0) (2024-10-10)
6+
7+
8+
### Features
9+
10+
* 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))
11+
512
## [1.2.0] - 2023-10-25
613
### Changed:
714
- Expanded SDK version support to v6
@@ -12,4 +19,3 @@ All notable changes to the project will be documented in this file. This project
1219

1320
## [1.0.0] - 2021-08-06
1421
Initial release, for use with version 4.x of the LaunchDarkly PHP SDK.
15-

0 commit comments

Comments
 (0)