diff --git a/CHANGELOG.md b/CHANGELOG.md index b24942de..1aa87a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.4.5](https://github.com/bentoml/openllm/tree/v0.4.5) +No significant changes. + + ## [0.4.4](https://github.com/bentoml/openllm/tree/v0.4.4) ### Features diff --git a/openllm-node/package.json b/openllm-node/package.json index f6fdf749..3c0f7566 100644 --- a/openllm-node/package.json +++ b/openllm-node/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-node", - "version": "0.4.5.dev0", + "version": "0.4.5", "description": "NodeJS library for OpenLLM", "type": "module", "repository": { diff --git a/openllm-python/CHANGELOG.md b/openllm-python/CHANGELOG.md index b24942de..1aa87a9f 100644 --- a/openllm-python/CHANGELOG.md +++ b/openllm-python/CHANGELOG.md @@ -18,6 +18,10 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.4.5](https://github.com/bentoml/openllm/tree/v0.4.5) +No significant changes. + + ## [0.4.4](https://github.com/bentoml/openllm/tree/v0.4.4) ### Features diff --git a/package.json b/package.json index 320926c2..e74c170f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-monorepo", - "version": "0.4.5.dev0", + "version": "0.4.5", "description": "OpenLLM: Operating LLMs in production", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>", "license": "Apache-2.0",