Skip to content

Commit

Permalink
chore(main): release 1.13.0 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 8c2086d commit da5a7e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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


public function __construct(string $clientType)
Expand Down

0 comments on commit da5a7e8

Please sign in to comment.