Skip to content

Commit 0650f5e

Browse files
chore(main): release 0.2.0
1 parent accaa9d commit 0650f5e

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/googleapis/langchain-google-memorystore-redis-python/compare/v0.1.0...v0.2.0) (2024-03-15)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
* **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))
15+
16+
17+
### Documentation
18+
19+
* 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))
20+
* 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))
21+
* 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))
22+
* 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))
23+
324
## 0.1.0 (2024-02-26)
425

526

src/langchain_google_memorystore_redis/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.1.0"
15+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)