diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..2fa9b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,15 @@ # Changelog + +## 0.1.0 (2024-02-21) + + +### Features + +* Add user agent string ([#13](https://github.com/googleapis/langchain-google-bigtable-python/issues/13)) ([b0d1f14](https://github.com/googleapis/langchain-google-bigtable-python/commit/b0d1f14eea893d32cbd9a5ba93254656a21ce4b6)) +* BigtableChatMessageHistory implementation ([#6](https://github.com/googleapis/langchain-google-bigtable-python/issues/6)) ([55e4422](https://github.com/googleapis/langchain-google-bigtable-python/commit/55e4422a4fb317fb0ea98a9bd0362ce90b02e402)) +* BigtableLoader and BigtableSaver implementation ([#5](https://github.com/googleapis/langchain-google-bigtable-python/issues/5)) ([c0f4244](https://github.com/googleapis/langchain-google-bigtable-python/commit/c0f4244aacb997434d8a5dc1decdeb3da32f9140)) +* Fix repo ([#4](https://github.com/googleapis/langchain-google-bigtable-python/issues/4)) ([f6c1cda](https://github.com/googleapis/langchain-google-bigtable-python/commit/f6c1cda807159857c2ab05556e6c595f5fb19730)) +* Initialize repo ([aa23588](https://github.com/googleapis/langchain-google-bigtable-python/commit/aa23588f720777bffeb2a454859237b6b9bcb6bd)) +* Metadata as json ([#12](https://github.com/googleapis/langchain-google-bigtable-python/issues/12)) ([893aaa1](https://github.com/googleapis/langchain-google-bigtable-python/commit/893aaa1294757f58e5f1fdc15394a8d21b155226)) + +## Changelog diff --git a/src/langchain_google_bigtable/version.py b/src/langchain_google_bigtable/version.py index 31c05dd..c1c8212 100644 --- a/src/langchain_google_bigtable/version.py +++ b/src/langchain_google_bigtable/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"