diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..c5cae7df5fa9321327dc87e56511b988acdbce76
--- /dev/null
+++ b/src/CHANGELOG.md
@@ -0,0 +1,25 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+
+### Added
+
+- Read/write DEWIF file content #1
+- Aes256 encryption/decryption
+- hashs::Hash impl AsRef<[u8]>
+
+### Changed
+
+- Ed25519KeyPair::generate_signator cannot fail.
+
+### Security
+
+- Ed25519KeyPair must not expose seed
+
+## [0.8.0] - 2020-01-16
+
+Initial version.