Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 23, 2024
1 parent 28034d7 commit bdb57e6
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

## [0.3.0](https://github.com/googleapis/langchain-google-memorystore-redis-python/compare/v0.2.0...v0.3.0) (2024-09-23)


### Features

* Add support for clustered Memorystore products. ([#94](https://github.com/googleapis/langchain-google-memorystore-redis-python/issues/94)) ([396ad18](https://github.com/googleapis/langchain-google-memorystore-redis-python/commit/396ad18a43edb8742087518488b8e00890eab8a3))


### Documentation

* Update README.rst title size ([#91](https://github.com/googleapis/langchain-google-memorystore-redis-python/issues/91)) ([203352f](https://github.com/googleapis/langchain-google-memorystore-redis-python/commit/203352f042d45a20c03852d8d98c3339567d0c6f))

## [0.2.0](https://github.com/googleapis/langchain-google-memorystore-redis-python/compare/v0.1.0...v0.2.0) (2024-05-02)


Expand Down
2 changes: 1 addition & 1 deletion src/langchain_google_memorystore_redis/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit bdb57e6

Please sign in to comment.