From 91c4748f4e1ead8a510d135933eaabd3686de3f7 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 15:48:49 -0700 Subject: [PATCH] chore(main): release 1.13.1 --- CHANGELOG.md | 7 +++++++ src/Cache/Interceptors/AgentInterceptor.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ca5ab0..e78db7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.1](https://github.com/momentohq/client-sdk-php/compare/v1.13.0...v1.13.1) (2024-10-15) + + +### Bug Fixes + +* doc strings ([#217](https://github.com/momentohq/client-sdk-php/issues/217)) ([759c9e4](https://github.com/momentohq/client-sdk-php/commit/759c9e4318a2fee1859e095a0c6d3cfb248fcdae)) + ## [1.13.0](https://github.com/momentohq/client-sdk-php/compare/v1.12.0...v1.13.0) (2024-10-15) diff --git a/src/Cache/Interceptors/AgentInterceptor.php b/src/Cache/Interceptors/AgentInterceptor.php index 1cf98f5..b5b3e74 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.13.0"; // x-release-please-version + private string $sdkVersion = "1.13.1"; // x-release-please-version public function __construct(string $clientType)