Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

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


### Features

* Populate langchain_quick_start.ipynb with a movie chatbot demo application ([#33](https://github.com/googleapis/langchain-google-memorystore-redis-python/issues/33)) ([a1cd9e0](https://github.com/googleapis/langchain-google-memorystore-redis-python/commit/a1cd9e050a1475f6f700345ab35abac698b8d450))
* Test against multiple versions ([#58](https://github.com/googleapis/langchain-google-memorystore-redis-python/issues/58)) ([e4f02f2](https://github.com/googleapis/langchain-google-memorystore-redis-python/commit/e4f02f25d1d6563333b1f89186d2d75e7a8111c7))


### Bug Fixes

* **demo:** Fixed typos and added clarifications ([#50](https://github.com/googleapis/langchain-google-memorystore-redis-python/issues/50)) ([a71c859](https://github.com/googleapis/langchain-google-memorystore-redis-python/commit/a71c85988dd42fbc241f7e6cd3aa0b51926c4a32))
* **vectorstore:** Incorporated review feedback ([#44](https://github.com/googleapis/langchain-google-memorystore-redis-python/issues/44)) ([95f7842](https://github.com/googleapis/langchain-google-memorystore-redis-python/commit/95f7842836b4b3968f7881b9996d320db96d605c))


### Documentation

* Add additional explanation on jumpbox and port fowarding setup with minor fix. ([#52](https://github.com/googleapis/langchain-google-memorystore-redis-python/issues/52)) ([72e8128](https://github.com/googleapis/langchain-google-memorystore-redis-python/commit/72e81288d1cb4d8a7a9c742810ca804e7e44db4c))
* Add API reference docs ([#67](https://github.com/googleapis/langchain-google-memorystore-redis-python/issues/67)) ([3d605ec](https://github.com/googleapis/langchain-google-memorystore-redis-python/commit/3d605ecd98bd0b8c0272d04c78d99edb9a702fbf))
* Add github links ([#51](https://github.com/googleapis/langchain-google-memorystore-redis-python/issues/51)) ([c686ab4](https://github.com/googleapis/langchain-google-memorystore-redis-python/commit/c686ab4a1705d79a3ea97e52178c09cc81cc2182))
* Update langchain_quick_start.ipynb ([#47](https://github.com/googleapis/langchain-google-memorystore-redis-python/issues/47)) ([cca508d](https://github.com/googleapis/langchain-google-memorystore-redis-python/commit/cca508da69afcd90250159acb82fabcd7e244f31))
* Update to quickstart ([#45](https://github.com/googleapis/langchain-google-memorystore-redis-python/issues/45)) ([293cefb](https://github.com/googleapis/langchain-google-memorystore-redis-python/commit/293cefb16bb84a15c4532c045c0d1c121d9cec65))

## 0.1.0 (2024-02-26)


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.1.0"
__version__ = "0.2.0"