Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.