diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81394c446c985f1311be3120e9638b810a2e8031..d29e0b4557ab468eab8ddf9a8e17a306b38e0640 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased]
 
+## [v0.2.0] - 2017-03-07
+
 ### Changed
 
 - The `modify` and `write` operations now take `&self`.
@@ -38,6 +40,7 @@ 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/volatile-register/compare/v0.1.2...HEAD
+[Unreleased]: https://github.com/japaric/volatile-register/compare/v0.2.0...HEAD
+[v0.2.0]: https://github.com/japaric/volatile-register/compare/v0.1.2...v0.2.0
 [v0.1.2]: https://github.com/japaric/volatile-register/compare/v0.1.1...v0.1.2
 [v0.1.1]: https://github.com/japaric/volatile-register/compare/v0.1.0...v0.1.1