Skip to content

Commit

Permalink
3.324.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Oct 23, 2024
1 parent 7620af6 commit e6cb259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## next release
## 3.324.9 - 2024-10-23

* `Aws\PaymentCryptographyData` - Add ECDH support on PIN operations.
* `Aws\PaymentCryptography` - Add support for ECC P-256 and P-384 Keys.
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@
*/
class Sdk
{
const VERSION = '3.324.8';
const VERSION = '3.324.9';

/** @var array Arguments for creating clients */
private $args;
Expand Down

0 comments on commit e6cb259

Please sign in to comment.