From e68b7d57b90e63dbe369b8939554791400bec101 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:27:40 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- .github/actions/build-docs/action.yml | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 ++++++++++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.github/actions/build-docs/action.yml b/.github/actions/build-docs/action.yml index 39325e6..2fe15f5 100644 --- a/.github/actions/build-docs/action.yml +++ b/.github/actions/build-docs/action.yml @@ -17,4 +17,4 @@ runs: --ignore-tags psalm-return \ --visibility public \ --defaultpackagename "LaunchDarkly" \ - --title "LaunchDarkly PHP SDK DynamoDB integration 1.2.0" # x-release-please-version + --title "LaunchDarkly PHP SDK DynamoDB 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..813cb59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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-dynamodb/compare/1.2.0...1.3.0) (2024-07-31) + + +### Features + +* Support using fully configured DynamoDbClient via new `dynamodb_client` option ([#20](https://github.com/launchdarkly/php-server-sdk-dynamodb/issues/20)) ([ccb1380](https://github.com/launchdarkly/php-server-sdk-dynamodb/commit/ccb1380ea59291e1f64f48d71cdaccc49fe25212)) + + +### Miscellaneous Chores + +* Add test covering direct DynamoDbClient injection ([#22](https://github.com/launchdarkly/php-server-sdk-dynamodb/issues/22)) ([4f43ee8](https://github.com/launchdarkly/php-server-sdk-dynamodb/commit/4f43ee85a5d326ea05a752f9438fcefa233f0cab)) + ## [1.2.0] - 2023-10-25 ### Changed: - Expanded SDK version support to v6 @@ -12,4 +24,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. -