Skip to content

Commit

Permalink
chore(main): release 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
momento-github-actions-machine-user committed Sep 24, 2024
1 parent 4b63c2f commit bb8d18f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.11.2](https://github.com/momentohq/client-sdk-php/compare/v1.11.1...v1.11.2) (2024-09-24)


### 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))
* rename TEST_AUTH_TOKEN to MOMENTO_API_KEY ([#208](https://github.com/momentohq/client-sdk-php/issues/208)) ([4b63c2f](https://github.com/momentohq/client-sdk-php/commit/4b63c2f19d831e097068a1d918c792a23978314f))

## [1.11.1](https://github.com/momentohq/client-sdk-php/compare/v1.11.0...v1.11.1) (2024-07-09)


Expand Down
2 changes: 1 addition & 1 deletion src/Cache/Interceptors/AgentInterceptor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bb8d18f

Please sign in to comment.