diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5b43c5d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-02-28) + + +### Features + +* Add chatmessagehistory and loader integrations ([2d8d415](https://github.com/googleapis/langchain-google-el-carro-python/commit/2d8d4157cb8e098d6401346b92d1e6912c6dedd9)) diff --git a/src/langchain_google_el_carro/version.py b/src/langchain_google_el_carro/version.py index 31c05dd..c1c8212 100644 --- a/src/langchain_google_el_carro/version.py +++ b/src/langchain_google_el_carro/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"