From 51bf67c5b67ba8b28cc2b435cff5f32476b359e5 Mon Sep 17 00:00:00 2001 From: momento-github-actions-machine-user <87725926+momento-github-actions-machine-user@users.noreply.github.com> Date: Tue, 29 Aug 2023 10:51:57 -0700 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c06cfda..55db506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/momentohq/momento-python-redis-client/compare/v0.1.2...v0.2.0) (2023-08-29) + + +### Features + +* update to momento python SDK 1.9.0 and use eager connections ([#13](https://github.com/momentohq/momento-python-redis-client/issues/13)) ([8ac66bf](https://github.com/momentohq/momento-python-redis-client/commit/8ac66bf359742cb038dee93cb3951d9bf6221532)) + ## [0.1.2](https://github.com/momentohq/momento-python-redis-client/compare/v0.1.1...v0.1.2) (2023-08-28) diff --git a/pyproject.toml b/pyproject.toml index 07f0a9f..cc6e6ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "momento-redis" -version = "0.1.2" +version = "0.2.0" description = "Momento wrapper for redis/redis-py" authors = ["Momento "] readme = "README.md"