From 4fb930c8eda8c39eda8632c0b7d8919c67ea2034 Mon Sep 17 00:00:00 2001 From: momento-github-actions-machine-user <87725926+momento-github-actions-machine-user@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:43:14 -0800 Subject: [PATCH] chore(main): release 1.16.0 (#250) --- CHANGELOG.md | 13 +++++++++++++ src/Cache/Interceptors/AgentInterceptor.php | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 014e93b..ffe9809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.16.0](https://github.com/momentohq/client-sdk-php/compare/v1.15.1...v1.16.0) (2024-11-22) + + +### Features + +* add dev-container documentation ([#248](https://github.com/momentohq/client-sdk-php/issues/248)) ([2394b93](https://github.com/momentohq/client-sdk-php/commit/2394b93a7196a873ff6bd698bbc5ee3a661ccf39)) + + +### Miscellaneous + +* add Lambda configuration with values ported from nodejs ([#251](https://github.com/momentohq/client-sdk-php/issues/251)) ([6c9c373](https://github.com/momentohq/client-sdk-php/commit/6c9c373f7abc23e89a1a9ce8a1c4c66a8b374550)) +* fix license copyright info ([#252](https://github.com/momentohq/client-sdk-php/issues/252)) ([74bd347](https://github.com/momentohq/client-sdk-php/commit/74bd347114bc7e1eed6f25d2059c511b4090926a)) + ## [1.15.1](https://github.com/momentohq/client-sdk-php/compare/v1.15.0...v1.15.1) (2024-11-05) diff --git a/src/Cache/Interceptors/AgentInterceptor.php b/src/Cache/Interceptors/AgentInterceptor.php index fd8cdfb..c0500ea 100644 --- a/src/Cache/Interceptors/AgentInterceptor.php +++ b/src/Cache/Interceptors/AgentInterceptor.php @@ -10,7 +10,7 @@ class AgentInterceptor extends Interceptor private bool $isFirstRequest = true; private string $agent; private string $runtimeVersion; - private string $sdkVersion = "1.15.1"; // x-release-please-version + private string $sdkVersion = "1.16.0"; // x-release-please-version public function __construct(string $clientType)