diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd726ff68b312a5e6f41da14a55a6cb52df4824b..ccdb8ca6de164f7380f9be906e90e72d97e1c717 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased]
 
+## [v0.1.1] - 2018-01-20
+
+### Added
+
+- Add a "rt" Cargo feature that enables the "rt" feature of the stm32f30x dependency.
+
 ## v0.1.0 - 2018-01-17
 
 Initial release
 
-[Unreleased]: https://github.com/japaric/stm32f30x-hal/compare/v0.1.0...HEAD
+[Unreleased]: https://github.com/japaric/stm32f30x-hal/compare/v0.1.1...HEAD
+[v0.1.1]: https://github.com/japaric/stm32f30x-hal/compare/v0.1.0...v0.1.1
diff --git a/Cargo.toml b/Cargo.toml
index e6ba76638d86e3c52518a1948affd9592fc34b14..8d3bbd575dd3e7ca0aa8befc36baaa897c320f26 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ keywords = ["arm", "cortex-m", "stm32", "hal"]
 license = "MIT OR Apache-2.0"
 name = "stm32f30x-hal"
 repository = "https://github.com/japaric/stm32f30x-hal"
-version = "0.1.0"
+version = "0.1.1"
 
 [dependencies]
 cortex-m = "0.4.0"