Skip to content

Commit cf2be4c

Browse files
chore(main): release 2.0.0
1 parent 9c6ca70 commit cf2be4c

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
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.3.0" # x-release-please-version
19+
--title "LaunchDarkly PHP SDK phpredis integration 2.0.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.3.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
## [2.0.0](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/compare/1.3.0...2.0.0) (2025-01-17)
6+
7+
8+
### Features
9+
10+
* Add Big Segment store support ([#25](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/issues/25)) ([9c6ca70](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/9c6ca7037936a4d4aa70b86102b1e8c83d183abf))
11+
* Bump LaunchDarkly to 6.4.0+ ([25c899d](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/25c899d4beb667bd01ddaa155dd85b7359736365))
12+
* Bump PHP to 8.1+ ([25c899d](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/25c899d4beb667bd01ddaa155dd85b7359736365))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* Add psalm and cs-checker ([6aaaaa4](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/6aaaaa4184b7f79e82e50517864e0e291a4cbd0b))
18+
* Fix doc generation action ([#22](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/issues/22)) ([d6ba2c9](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/d6ba2c9a6d6253edbd4c3276a186a52cdea53a5c))
19+
* Run `composer cs-fix` to improve style ([32cfaf1](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/32cfaf1fa1f95bbeb305748fc5cc83162ef7fb02))
20+
* Update type hints to quiet psalm ([ccb15fe](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/commit/ccb15fe290f37e19017973f9563f545bd58b5cc5))
21+
522
## [1.3.0](https://github.com/launchdarkly/php-server-sdk-redis-phpredis/compare/1.2.0...1.3.0) (2024-10-10)
623

724

0 commit comments

Comments
 (0)