diff --git a/CHANGELOG.md b/CHANGELOG.md
index ccef2ffc44b089d61e8e70d016ebc178879aee1b..eee418a985bc48d0f60917169d7a0f424541b8e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased]
 
+## [v0.1.1] - 2016-09-27
+
 ### Added
 
 - Documentation link to Cargo metadata.
@@ -17,4 +19,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 - Read-Only (`RO`), Read-Write (`RW`) and Write-Only (`WO`) registers
 
-[Unreleased]: https://github.com/japaric/rustc-cfg/compare/v0.1.0...HEAD
+[Unreleased]: https://github.com/japaric/rustc-cfg/compare/v0.1.1...HEAD
+[v0.1.1]: https://github.com/japaric/rustc-cfg/compare/v0.1.0...v0.1.1
diff --git a/Cargo.toml b/Cargo.toml
index 32387ecc777c46c42d919b570e588dc83e276730..b4e910a89a9bdc65fa8d0207446e2ce6dafa5b3c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,4 +6,4 @@ license = "MIT OR Apache-2.0"
 keywords = ["volatile", "register"]
 name = "volatile-register"
 repository = "https://github.com/japaric/volatile-register"
-version = "0.1.0"
+version = "0.1.1"