diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1d56d79..a3d1bc2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,7 @@ set (PROJECT_MINOR_VERSION 3)
 set (PROJECT_PATCH_VERSION 0)
 
 set (PROJECT_VERSION ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION})
-set (PROJECT_VERSION_FULL ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}.${PROJECT_PATCH_VERSION}~pre1)
+set (PROJECT_VERSION_FULL ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}.${PROJECT_PATCH_VERSION})
 
 message (STATUS "${PROJECT_NAME} version ${PROJECT_VERSION_FULL}")
 
diff --git a/Changelog.md b/Changelog.md
index d9a4d96..00cbc29 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,6 @@
 ## Ignition Tools 1.x
 
-## Ignition Tools 1.3.0 (2021-09-XX)
+## Ignition Tools 1.3.0 (2021-09-27)
 
 1. Remove all death CMake code related to test.
     * [Pull request #54](https://github.com/ignitionrobotics/ign-tools/pull/54)
@@ -10,13 +10,11 @@
 
 1. Remove unused cmake code related to compilations (CFlags, BUILD_TYPE, etc.)
     * [Pull request #55](https://github.com/ignitionrobotics/ign-tools/pull/55)
+    * [Pull request #56](https://github.com/ignitionrobotics/ign-tools/pull/56)
 
 1. Add Windows support
     * [Pull request #57](https://github.com/ignitionrobotics/ign-tools/pull/57)
 
-1. Install ign command
-    * [Pull request #56](https://github.com/ignitionrobotics/ign-tools/pull/56)
-
 1. Sort versions correctly.
     * [Pull request #50](https://github.com/ignitionrobotics/ign-tools/pull/50)