From 942e69d60a24fcb4cceff7699c29fe7612446c0f Mon Sep 17 00:00:00 2001
From: Jorge Aparicio <japaricious@gmail.com>
Date: Tue, 27 Sep 2016 17:55:57 -0500
Subject: [PATCH] release v0.1.0

---
 CHANGELOG.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 CHANGELOG.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..3aacc7a
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
+and this project adheres to [Semantic Versioning](http://semver.org/).
+
+## [Unreleased]
+
+## [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.0...HEAD
-- 
GitLab