Skip to content

Commit 7464a56

Browse files
chore(main): release 0.2.0
1 parent ce6e7f5 commit 7464a56

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/googleapis/langchain-google-memorystore-redis-python/compare/v0.1.0...v0.2.0) (2024-02-29)
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+
* **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))
14+
315
## 0.1.0 (2024-02-26)
416

517

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)