Skip to content

Commit

Permalink
chore(main): release 1.15.1 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent c29417e commit 3ca97df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.15.1](https://github.com/momentohq/client-sdk-php/compare/v1.15.0...v1.15.1) (2024-11-05)


### Miscellaneous

* improve resource exhausted error message ([#247](https://github.com/momentohq/client-sdk-php/issues/247)) ([c29417e](https://github.com/momentohq/client-sdk-php/commit/c29417ee8f746147cfce145ece9112343c43f4ca))

## [1.15.0](https://github.com/momentohq/client-sdk-php/compare/v1.14.0...v1.15.0) (2024-11-05)


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.15.0"; // x-release-please-version
private string $sdkVersion = "1.15.1"; // x-release-please-version


public function __construct(string $clientType)
Expand Down

0 comments on commit 3ca97df

Please sign in to comment.