diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 4d269e18d7..a8aaff077c 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,22 @@ Community General Release Notes
 
 This changelog describes changes after version 6.0.0.
 
+v7.0.1
+======
+
+Release Summary
+---------------
+
+Bugfix release for Ansible 8.0.0rc1.
+
+Bugfixes
+--------
+
+- nmcli - fix bond option ``xmit_hash_policy`` (https://github.com/ansible-collections/community.general/pull/6527).
+- portage - fix ``changed_use`` and ``newuse`` not triggering rebuilds (https://github.com/ansible-collections/community.general/issues/6008, https://github.com/ansible-collections/community.general/pull/6548).
+- proxmox_tasks_info - remove ``api_user`` + ``api_password`` constraint from ``required_together`` as it causes to require ``api_password`` even when API token param is used (https://github.com/ansible-collections/community.general/issues/6201).
+- zypper - added handling of zypper exitcode 102. Changed state is set correctly now and rc 102 is still preserved to be evaluated by the playbook (https://github.com/ansible-collections/community.general/pull/6534).
+
 v7.0.0
 ======
 
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index b4195b39f9..a2d4e1a39c 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -803,3 +803,22 @@ releases:
         name: merge_variables
         namespace: null
     release_date: '2023-05-09'
+  7.0.1:
+    changes:
+      bugfixes:
+      - nmcli - fix bond option ``xmit_hash_policy`` (https://github.com/ansible-collections/community.general/pull/6527).
+      - portage - fix ``changed_use`` and ``newuse`` not triggering rebuilds (https://github.com/ansible-collections/community.general/issues/6008,
+        https://github.com/ansible-collections/community.general/pull/6548).
+      - proxmox_tasks_info - remove ``api_user`` + ``api_password`` constraint from
+        ``required_together`` as it causes to require ``api_password`` even when API
+        token param is used (https://github.com/ansible-collections/community.general/issues/6201).
+      - zypper - added handling of zypper exitcode 102. Changed state is set correctly
+        now and rc 102 is still preserved to be evaluated by the playbook (https://github.com/ansible-collections/community.general/pull/6534).
+      release_summary: Bugfix release for Ansible 8.0.0rc1.
+    fragments:
+    - 6527-nmcli-bond-fix-xmit_hash_policy.yml
+    - 6534-zypper-exitcode-102-handled.yaml
+    - 6548-portage-changed_use-newuse.yml
+    - 6554-proxmox-tasks-info-fix-required-password.yaml
+    - 7.0.1.yml
+    release_date: '2023-05-22'
diff --git a/changelogs/fragments/6527-nmcli-bond-fix-xmit_hash_policy.yml b/changelogs/fragments/6527-nmcli-bond-fix-xmit_hash_policy.yml
deleted file mode 100644
index 5133920b73..0000000000
--- a/changelogs/fragments/6527-nmcli-bond-fix-xmit_hash_policy.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
-  - nmcli - fix bond option ``xmit_hash_policy`` (https://github.com/ansible-collections/community.general/pull/6527).
diff --git a/changelogs/fragments/6534-zypper-exitcode-102-handled.yaml b/changelogs/fragments/6534-zypper-exitcode-102-handled.yaml
deleted file mode 100644
index baed17cae5..0000000000
--- a/changelogs/fragments/6534-zypper-exitcode-102-handled.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
-  - zypper - added handling of zypper exitcode 102. Changed state is set correctly now and rc 102 is still preserved to be evaluated by the playbook (https://github.com/ansible-collections/community.general/pull/6534).
\ No newline at end of file
diff --git a/changelogs/fragments/6548-portage-changed_use-newuse.yml b/changelogs/fragments/6548-portage-changed_use-newuse.yml
deleted file mode 100644
index 0d1ba55e09..0000000000
--- a/changelogs/fragments/6548-portage-changed_use-newuse.yml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-bugfixes:
-  - portage - fix ``changed_use`` and ``newuse`` not triggering rebuilds (https://github.com/ansible-collections/community.general/issues/6008, https://github.com/ansible-collections/community.general/pull/6548).
diff --git a/changelogs/fragments/6554-proxmox-tasks-info-fix-required-password.yaml b/changelogs/fragments/6554-proxmox-tasks-info-fix-required-password.yaml
deleted file mode 100644
index 6edfa475c1..0000000000
--- a/changelogs/fragments/6554-proxmox-tasks-info-fix-required-password.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-bugfixes:
-  - proxmox_tasks_info - remove ``api_user`` + ``api_password`` constraint from ``required_together`` as it causes to require ``api_password`` even when API token param is used (https://github.com/ansible-collections/community.general/issues/6201).
diff --git a/changelogs/fragments/7.0.1.yml b/changelogs/fragments/7.0.1.yml
deleted file mode 100644
index d392c2371d..0000000000
--- a/changelogs/fragments/7.0.1.yml
+++ /dev/null
@@ -1 +0,0 @@
-release_summary: Bugfix release for Ansible 8.0.0rc1.