diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5c0d49..5506058 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,27 @@ conda-press Change Log
 
 
 
+
 <!-- current developments -->
 
+## v0.0.3
+**Added:**
+
+* Add plugin ``pytest-azurepipelines`` to show test reports on Azure Pipelines
+* Add option `--add-deps` to be able to add new dependencies to the wheel.
+* Add option `--exclude-deps`. With this option the user will be able to exclude dependencies from the artifacts.
+
+**Fixed:**
+
+* Removed unused imports
+
+**Authors:**
+
+* Anthony Scopatz
+* Marcelo Duarte Trevisani
+
+
+
 ## v0.0.2
 **Added:**
 
diff --git a/news/add-pytest-azurepipelines.md b/news/add-pytest-azurepipelines.md
deleted file mode 100644
index 53632a0..0000000
--- a/news/add-pytest-azurepipelines.md
+++ /dev/null
@@ -1,4 +0,0 @@
-**Added:**
-
-* Add plugin ``pytest-azurepipelines`` to show test reports on Azure Pipelines
-
diff --git a/news/fb-20-add-deps.md b/news/fb-20-add-deps.md
deleted file mode 100644
index 0e3e020..0000000
--- a/news/fb-20-add-deps.md
+++ /dev/null
@@ -1,4 +0,0 @@
-**Added:**
-
-* Add option `--add-deps` to be able to add new dependencies to the wheel.
-
diff --git a/news/fb-20-eclude-deps.md b/news/fb-20-eclude-deps.md
deleted file mode 100644
index bae7ba3..0000000
--- a/news/fb-20-eclude-deps.md
+++ /dev/null
@@ -1,5 +0,0 @@
-**Added:**
-
-* Add option `--exclude-deps`. With this option the user will be able to exclude dependencies from the artifacts.
-
-
diff --git a/news/remove-unused-imports.md b/news/remove-unused-imports.md
deleted file mode 100644
index 75d9f18..0000000
--- a/news/remove-unused-imports.md
+++ /dev/null
@@ -1,4 +0,0 @@
-**Fixed:**
-
-* Removed unused imports
-