From caf260760ed808d463e364e316ad1aa219d470d8 Mon Sep 17 00:00:00 2001
From: Anthony Scopatz <scopatz@gmail.com>
Date: Thu, 5 Sep 2019 10:47:10 -0400
Subject: [PATCH] Updated CHANGELOG for 0.0.3

---
 CHANGELOG.md                      | 19 +++++++++++++++++++
 news/add-pytest-azurepipelines.md |  4 ----
 news/fb-20-add-deps.md            |  4 ----
 news/fb-20-eclude-deps.md         |  5 -----
 news/remove-unused-imports.md     |  4 ----
 5 files changed, 19 insertions(+), 17 deletions(-)
 delete mode 100644 news/add-pytest-azurepipelines.md
 delete mode 100644 news/fb-20-add-deps.md
 delete mode 100644 news/fb-20-eclude-deps.md
 delete mode 100644 news/remove-unused-imports.md

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
-