diff --git a/NEWS b/NEWS
index 2a76b7b58..7c54ddebb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
 # Releases
 
+## perceval 1.0.6 - (2024-08-30)
+
+**Bug fixes:**
+
+ * Fix issue #782 (#782)\
+   The issue was that perceval would not delete old tags from upstream
+   references. This change deletes tags locally if tags are deleted
+   upstream.
+
+
 ## perceval 1.0.5 - (2024-08-13)
 
 **Bug fixes:**
diff --git a/perceval/_version.py b/perceval/_version.py
index 76a97c85e..9e47ea639 100644
--- a/perceval/_version.py
+++ b/perceval/_version.py
@@ -1,2 +1,2 @@
-# File auto-generated by semverup on 2024-08-30 15:07:27.892462
-__version__ = "1.0.6-rc.1"
+# File auto-generated by semverup on 2024-08-30 16:03:02.486590
+__version__ = "1.0.6"
diff --git a/pyproject.toml b/pyproject.toml
index 38431d50e..921571284 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "perceval"
-version = "1.0.6-rc.1"
+version = "1.0.6"
 description = "Send Sir Perceval on a quest to fetch and gather data from software repositories."
 authors = [
     "GrimoireLab Developers"
diff --git a/releases/1.0.6.md b/releases/1.0.6.md
new file mode 100644
index 000000000..1fbdf4e8e
--- /dev/null
+++ b/releases/1.0.6.md
@@ -0,0 +1,9 @@
+## perceval 1.0.6 - (2024-08-30)
+
+**Bug fixes:**
+
+ * Fix issue #782 (#782)\
+   The issue was that perceval would not delete old tags from upstream
+   references. This change deletes tags locally if tags are deleted
+   upstream.
+
diff --git a/releases/unreleased/processed/fix-issue-#782.yml b/releases/unreleased/processed/fix-issue-#782.yml
deleted file mode 100644
index 882b8635f..000000000
--- a/releases/unreleased/processed/fix-issue-#782.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-title: 'Fix issue #782'
-category: fixed
-author: Matt Gaughan <mgaughan@proton.me>
-issue: 782
-notes: >
-  The issue was that perceval would not delete old tags from upstream references. This change deletes tags locally if tags are deleted upstream. 
\ No newline at end of file