From 1ded088bfc6de1d2c440a9f6406ed1fc98b40215 Mon Sep 17 00:00:00 2001 From: momento-github-actions-machine-user <87725926+momento-github-actions-machine-user@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:09:29 -0700 Subject: [PATCH] chore(main): release 1.11.2 --- 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 20c5a16..ceb8719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.11.2](https://github.com/momentohq/client-sdk-php/compare/v1.11.1...v1.11.2) (2024-08-23) + + +### Miscellaneous + +* add Apache 2.0 license ([#207](https://github.com/momentohq/client-sdk-php/issues/207)) ([6faa79e](https://github.com/momentohq/client-sdk-php/commit/6faa79e6c4eac1ad4c5b9a0fde1068815349d272)) +* add storage docs snippets ([#205](https://github.com/momentohq/client-sdk-php/issues/205)) ([1458202](https://github.com/momentohq/client-sdk-php/commit/14582029121383e5904673df8b82ce03fe6ef74a)) + ## [1.11.1](https://github.com/momentohq/client-sdk-php/compare/v1.11.0...v1.11.1) (2024-07-09) diff --git a/src/Cache/Interceptors/AgentInterceptor.php b/src/Cache/Interceptors/AgentInterceptor.php index ee7f270..c1de0ea 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.11.1"; // x-release-please-version + private string $sdkVersion = "1.11.2"; // x-release-please-version public function __construct(string $clientType)