diff --git a/CHANGELOG.md b/CHANGELOG.md
index eee418a985bc48d0f60917169d7a0f424541b8e5..4d2da00a8fa5d4a4433bb08bdacf74aa14d9f422 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,17 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased]
 
+## [v0.1.2] - 2016-10-15
+
+### Added
+
+- a (read-)`modify`(-write) method to `RW`
+
 ## [v0.1.1] - 2016-09-27
 
 ### Added
 
 - Documentation link to Cargo metadata.
 
-## [v0.1.0] - 2016-09-27
+## v0.1.0 - 2016-09-27
 
 ### Added
 
 - Read-Only (`RO`), Read-Write (`RW`) and Write-Only (`WO`) registers
 
-[Unreleased]: https://github.com/japaric/rustc-cfg/compare/v0.1.1...HEAD
+[Unreleased]: https://github.com/japaric/rustc-cfg/compare/v0.1.2...HEAD
+[v0.1.2]: https://github.com/japaric/rustc-cfg/compare/v0.1.1...v0.1.2
 [v0.1.1]: https://github.com/japaric/rustc-cfg/compare/v0.1.0...v0.1.1