Skip to content

Commit

Permalink
chore(main): release 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
momento-github-actions-machine-user committed Oct 28, 2024
1 parent f8ff468 commit 5f41a4d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* add sorted-set examples ([#241](https://github.com/momentohq/client-sdk-php/issues/241)) ([1906221](https://github.com/momentohq/client-sdk-php/commit/19062216f82656d24c79c0f0386cf5009a7797b9))


### Miscellaneous

* add named argument sorted-set example ([#244](https://github.com/momentohq/client-sdk-php/issues/244)) ([96412ba](https://github.com/momentohq/client-sdk-php/commit/96412bad6426ebed0db210ec4e768c79b0f29692))

## [1.14.0](https://github.com/momentohq/client-sdk-php/compare/v1.13.0...v1.14.0) (2024-10-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.14.0"; // x-release-please-version
private string $sdkVersion = "1.15.0"; // x-release-please-version


public function __construct(string $clientType)
Expand Down

0 comments on commit 5f41a4d

Please sign in to comment.