diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f0..045be5a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,19 @@ # Changelog + +## 0.1.0 (2024-02-19) + + +### Features + +* Add AlloyDB chatmessagehistory ([#11](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/11)) ([83cabec](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/83cabec291aef67c5e3fd6dd32c683092484b934)) +* Add alloydb vectorstore ([#9](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/9)) ([863c320](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/863c3203dfb73bded159c60b60aba6534f94b7f4)) +* Add AlloyDBEngine ([#7](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/7)) ([bf4de16](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/bf4de163ffc6ccc4f6852eaba17c0fb15d2b4c37)) +* Add user password auth ([#8](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/8)) ([d8ebdaf](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/d8ebdafc3945d93305f8b45dfb974090279d27ce)) +* Initialize repo ([ec13095](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/ec130957b2101ebb526c1715de75cc4c90ee1860)) + + +### Bug Fixes + +* Update insert statement ([#10](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/10)) ([e833a30](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/e833a3018159cb2ec1eee2158a574ada579985ee)) + +## Changelog diff --git a/src/langchain_google_alloydb_pg/version.py b/src/langchain_google_alloydb_pg/version.py index 31c05dd4..c1c8212d 100644 --- a/src/langchain_google_alloydb_pg/version.py +++ b/src/langchain_google_alloydb_pg/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.0.1" +__version__ = "0.1.0"