diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3f5d8c0..c9cec4836 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.3](https://github.com/allenai/OLMo/releases/tag/v0.2.3) - 2024-01-31 + ## [v0.2.2](https://github.com/allenai/LLM/releases/tag/v0.2.2) - 2023-12-10 ## [v0.2.1](https://github.com/allenai/LLM/releases/tag/v0.2.1) - 2023-12-10 diff --git a/olmo/version.py b/olmo/version.py index 977d33d73..d75ce7b60 100644 --- a/olmo/version.py +++ b/olmo/version.py @@ -2,7 +2,7 @@ _MINOR = "2" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "2" +_PATCH = "3" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""