diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b49a046..6268cae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased +- 👀 + +# 0.2.0 (23. August, 2021) + - Overall: - **fixed:** Overall compile time improvements. If you're having issues with compile time please file an issue! ([#184](https://github.com/tokio-rs/axum/pull/184)) ([#198](https://github.com/tokio-rs/axum/pull/198)) ([#220](https://github.com/tokio-rs/axum/pull/220)) diff --git a/Cargo.toml b/Cargo.toml index c0accab0..3ad9bab9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "axum" readme = "README.md" repository = "https://github.com/tokio-rs/axum" -version = "0.1.3" +version = "0.2.0" [workspace] members = ["examples/*"]