Skip to content

Commit 5fb311e

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-07-31) ### Features * Support using fully configured DynamoDbClient via new `dynamodb_client` option ([#20](#20)) ([ccb1380](ccb1380)) ### Miscellaneous Chores * Add test covering direct DynamoDbClient injection ([#22](#22)) ([4f43ee8](4f43ee8)) --- 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 4f43ee8 commit 5fb311e

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ runs:
1717
--ignore-tags psalm-return \
1818
--visibility public \
1919
--defaultpackagename "LaunchDarkly" \
20-
--title "LaunchDarkly PHP SDK DynamoDB integration 1.2.0" # x-release-please-version
20+
--title "LaunchDarkly PHP SDK DynamoDB 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: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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-dynamodb/compare/1.2.0...1.3.0) (2024-07-31)
6+
7+
8+
### Features
9+
10+
* 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))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* 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))
16+
517
## [1.2.0] - 2023-10-25
618
### Changed:
719
- Expanded SDK version support to v6
@@ -12,4 +24,3 @@ All notable changes to the project will be documented in this file. This project
1224

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

0 commit comments

Comments
 (0)