diff --git a/CHANGELOG.md b/CHANGELOG.md index 82333de90..4e014ca62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v0.2.0](https://github.com/allenai/LLM/releases/tag/v0.2.0) - 2023-12-08 + ### Added - GPT-based model. diff --git a/olmo/version.py b/olmo/version.py index 7c1aef3be..6cf0ee60f 100644 --- a/olmo/version.py +++ b/olmo/version.py @@ -1,5 +1,5 @@ _MAJOR = "0" -_MINOR = "1" +_MINOR = "2" # On main and in a nightly release the patch should be one ahead of the last # released build. _PATCH = "0"