diff --git a/CHANGELOG.md b/CHANGELOG.md index 8774ac352..c03e905da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,14 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.2.11](https://github.com/bentoml/openllm/tree/v0.2.11) + +### Features + +- Added embeddings support for T5 and ChatGLM + [#153](https://github.com/bentoml/openllm/issues/153) + + ## [0.2.10](https://github.com/bentoml/openllm/tree/v0.2.10) ### Features diff --git a/changelog.d/153.feature.md b/changelog.d/153.feature.md deleted file mode 100644 index aab8338da..000000000 --- a/changelog.d/153.feature.md +++ /dev/null @@ -1 +0,0 @@ -Added embeddings support for T5 and ChatGLM diff --git a/package.json b/package.json index d303990ef..6ffaf58f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openllm", - "version": "0.2.11.dev0", + "version": "0.2.11", "description": "OpenLLM: Your one stop-and-go solution for serving Large Language Model", "repository": "git@github.com:llmsys/OpenLLM.git", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",