diff --git a/ChangeLog.md b/ChangeLog.md
new file mode 100644
index 0000000000000000000000000000000000000000..f4982c1c1217f94a9bacdbf346790ef576b1a18b
--- /dev/null
+++ b/ChangeLog.md
@@ -0,0 +1,19 @@
+# spm-1.0.0
+
+- Integration of the full distributed memory support through MPI
+- Integration of the full multi-dof variadic and constant support in both sequential and distributed memory
+- Integrate wrappers for Fortran, Python, and Julia
+- Add online documentation
+- Add set of C examples
+- Update to modern cmake support
+
+# spm-0.1.0
+
+- First release of the SpM library
+- Multiple drivers to read sparse matrix files (RSA, Harwell-Boeing, IJV,
+  Laplacian generators, ...)
+- Basic BLAS/Lapack operations (spmv, spmm, spnorm, ...) to
+  manipulate sparse matrices sequential
+- Set of test functions to validate sparse solvers: generate
+  random right hand side or x vector, and check for forward and
+  backward norms with LAPACK checks.
diff --git a/ChangeLog.org b/ChangeLog.org
deleted file mode 100644
index 85aef7ae4b8d610462e07372edae7a882ac721d0..0000000000000000000000000000000000000000
--- a/ChangeLog.org
+++ /dev/null
@@ -1,10 +0,0 @@
-* SParse Matrix package
-** Version 0.1.0
-  - First release of the SpM library
-  - Multiple drivers to read sparse matrix files (RSA, Harwell-Boeing, IJV,
-    Laplacian generators, ...)
-  - Basic BLAS/Lapack operations (spmv, spmm, spnorm, ...) to
-    manipulate sparse matrices sequential
-  - Set of test functions to validate sparse solvers: generate
-    random right hand side or x vector, and check for forward and
-    backward norms with LAPACK checks.