From da5a7e8834be0a35b693d67e80152b10cf06168f Mon Sep 17 00:00:00 2001 From: momento-github-actions-machine-user <87725926+momento-github-actions-machine-user@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:54:26 -0700 Subject: [PATCH] chore(main): release 1.13.0 (#215) --- CHANGELOG.md | 8 ++++++++ src/Cache/Interceptors/AgentInterceptor.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 744f662..7ca5ab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.13.0](https://github.com/momentohq/client-sdk-php/compare/v1.12.0...v1.13.0) (2024-10-15) + + +### Features + +* add getItemTtl api ([#214](https://github.com/momentohq/client-sdk-php/issues/214)) ([533a460](https://github.com/momentohq/client-sdk-php/commit/533a46075ff97510230ae6a717c4fbc71eac9429)) +* add update ttl apis ([#216](https://github.com/momentohq/client-sdk-php/issues/216)) ([8c2086d](https://github.com/momentohq/client-sdk-php/commit/8c2086d1baf5ef7a6e544cd1b5acf73fc5b1e155)) + ## [1.12.0](https://github.com/momentohq/client-sdk-php/compare/v1.11.1...v1.12.0) (2024-09-25) diff --git a/src/Cache/Interceptors/AgentInterceptor.php b/src/Cache/Interceptors/AgentInterceptor.php index 9f7333a..1cf98f5 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.12.0"; // x-release-please-version + private string $sdkVersion = "1.13.0"; // x-release-please-version public function __construct(string $clientType)