From 31a31ce411d22f849795601771026bd3556f81f7 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, 9 Jan 2026 17:27:31 -0800 Subject: [PATCH] chore(main): release 1.28.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/momento/__init__.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bac4ebcf..b0daa7d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.28.0" + ".": "1.28.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 990ac4ad..5837ce11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.28.1](https://github.com/momentohq/client-sdk-python/compare/v1.28.0...v1.28.1) (2026-01-10) + + +### Miscellaneous + +* more examples and readme updates ([#517](https://github.com/momentohq/client-sdk-python/issues/517)) ([cc9378f](https://github.com/momentohq/client-sdk-python/commit/cc9378f439c4064ea6dcbba7801cf6736d33d99f)) +* update workflows, examples, tests, readmes for api keys v2 ([#514](https://github.com/momentohq/client-sdk-python/issues/514)) ([2c8738f](https://github.com/momentohq/client-sdk-python/commit/2c8738fed0ec142a9a8b1ffe0c712547c7b04585)) + ## [1.28.0](https://github.com/momentohq/client-sdk-python/compare/v1.27.0...v1.28.0) (2025-12-17) diff --git a/pyproject.toml b/pyproject.toml index 672ca9bb..8248edbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "momento" -version = "1.28.0" +version = "1.28.1" authors = ["Momento "] description = "SDK for Momento" diff --git a/src/momento/__init__.py b/src/momento/__init__.py index 38d3cc69..9db68999 100644 --- a/src/momento/__init__.py +++ b/src/momento/__init__.py @@ -18,7 +18,7 @@ from .topic_client import TopicClient from .topic_client_async import TopicClientAsync -__version__ = "1.28.0" # x-release-please-version +__version__ = "1.28.1" # x-release-please-version logging.getLogger("momentosdk").addHandler(logging.NullHandler()) logs.initialize_momento_logging()