diff --git a/CHANGELOG.md b/CHANGELOG.md index efa69055..c27094f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -## [v0.6.5] - 2021-01-13 +## [v0.6.5] - 2021-01-24 ### Changed diff --git a/Cargo.toml b/Cargo.toml index e48dbd79..6054677d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m" readme = "README.md" repository = "https://github.com/rust-embedded/cortex-m" -version = "0.6.5-alpha" +version = "0.6.5" edition = "2018" [dependencies]