diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..a328bd3
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,65 @@
+# 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][]
+
+### Added
+
+- This changelog
+
+### Fixed
+
+- Remove drag listeners when entity paused
+
+## [1.3.1][] - 2016-10-15
+
+### Examples
+
+- Updated to latest keyboard controls in examples
+
+## [1.3.0][] - 2016-10-05
+
+### Added
+
+- Touch support
+
+## [1.2.0][] - 2016-10-04
+
+### Added
+
+- Support for locking to camera during rotation
+
+## [1.1.1][] - 2016-09-30
+
+### Fixed
+
+- Correct the main export
+
+### Examples
+
+- Physics based examples
+
+## [1.1.0][] - 2016-09-28
+
+### Added
+
+- Events - `dragstart`, `dragmove` & `dragend`
+- Drag end velocity calculation
+
+## [1.0.1][] - 2016-09-23
+
+### Initial release
+
+- Click & Drag component for A-Frame.
+
+[Unreleased]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.3.1...HEAD
+[1.3.1]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.3.0...v1.3.1
+[1.3.0]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.2.0...v1.3.0
+[1.2.0]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.1.1...v1.2.0
+[1.1.1]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.1.0...v1.1.1
+[1.1.0]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.0.1...v1.1.0
+[1.0.1]: https://github.com/jesstelford/aframe-click-drag-component/tree/v1.0.1
diff --git a/examples/physics-2/index.html b/examples/physics-2/index.html
index 790666b..32c8928 100644
--- a/examples/physics-2/index.html
+++ b/examples/physics-2/index.html
@@ -47,7 +47,7 @@
diff --git a/examples/physics/index.html b/examples/physics/index.html
index a646444..c236db1 100644
--- a/examples/physics/index.html
+++ b/examples/physics/index.html
@@ -25,14 +25,14 @@