diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c2cee7817..abcdfa6d64 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,13 +2,16 @@
**Topics**
-- v10\.0\.0
+- v10\.0\.1
- Release Summary
+ - Bugfixes
+- v10\.0\.0
+ - Release Summary
- Minor Changes
- Breaking Changes / Porting Guide
- Deprecated Features
- Removed Features \(previously deprecated\)
- - Bugfixes
+ - Bugfixes
- Known Issues
- New Plugins
- Filter
@@ -16,10 +19,25 @@
- New Modules
This changelog describes changes after version 9\.0\.0\.
+
+## v10\.0\.1
+
+
+### Release Summary
+
+Bugfix release for inclusion in Ansible 11\.0\.0rc1\.
+
+
+### Bugfixes
+
+* keycloak\_client \- fix diff by removing code that turns the attributes dict which contains additional settings into a list \([https\://github\.com/ansible\-collections/community\.general/pull/9077](https\://github\.com/ansible\-collections/community\.general/pull/9077)\)\.
+* keycloak\_clientscope \- fix diff and end\_state
by removing the code that turns the attributes dict\, which contains additional config items\, into a list \([https\://github\.com/ansible\-collections/community\.general/pull/9082](https\://github\.com/ansible\-collections/community\.general/pull/9082)\)\.
+* redfish\_utils module utils \- remove undocumented default applytime \([https\://github\.com/ansible\-collections/community\.general/pull/9114](https\://github\.com/ansible\-collections/community\.general/pull/9114)\)\.
+
## v10\.0\.0
-
+
### Release Summary
This is release 10\.0\.0 of community\.general
\, released on 2024\-11\-04\.
@@ -254,7 +272,7 @@ This is release 10\.0\.0 of community\.general
\, released on 2024\-
* proxmox\_kvm \- removed the proxmox\_default\_behavior
option\. Explicitly specify the old default values if you were using proxmox\_default\_behavior\=compatibility
\, otherwise simply remove it \([https\://github\.com/ansible\-collections/community\.general/pull/8918](https\://github\.com/ansible\-collections/community\.general/pull/8918)\)\.
* redhat\_subscriptions \- removed the pool
option\. Use pool\_ids
instead \([https\://github\.com/ansible\-collections/community\.general/pull/8918](https\://github\.com/ansible\-collections/community\.general/pull/8918)\)\.
-
+
### Bugfixes
* bitwarden lookup plugin \- fix KeyError
in search\_field
\([https\://github\.com/ansible\-collections/community\.general/issues/8549](https\://github\.com/ansible\-collections/community\.general/issues/8549)\, [https\://github\.com/ansible\-collections/community\.general/pull/8557](https\://github\.com/ansible\-collections/community\.general/pull/8557)\)\.
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index b47f58670a..7e920aa9fb 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,21 @@ Community General Release Notes
This changelog describes changes after version 9.0.0.
+v10.0.1
+=======
+
+Release Summary
+---------------
+
+Bugfix release for inclusion in Ansible 11.0.0rc1.
+
+Bugfixes
+--------
+
+- keycloak_client - fix diff by removing code that turns the attributes dict which contains additional settings into a list (https://github.com/ansible-collections/community.general/pull/9077).
+- keycloak_clientscope - fix diff and ``end_state`` by removing the code that turns the attributes dict, which contains additional config items, into a list (https://github.com/ansible-collections/community.general/pull/9082).
+- redfish_utils module utils - remove undocumented default applytime (https://github.com/ansible-collections/community.general/pull/9114).
+
v10.0.0
=======
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index a76364b0b0..cbbaa1a49b 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -742,3 +742,19 @@ releases:
name: ansible_type
namespace: null
release_date: '2024-11-04'
+ 10.0.1:
+ changes:
+ bugfixes:
+ - keycloak_client - fix diff by removing code that turns the attributes dict
+ which contains additional settings into a list (https://github.com/ansible-collections/community.general/pull/9077).
+ - keycloak_clientscope - fix diff and ``end_state`` by removing the code that
+ turns the attributes dict, which contains additional config items, into
+ a list (https://github.com/ansible-collections/community.general/pull/9082).
+ - redfish_utils module utils - remove undocumented default applytime (https://github.com/ansible-collections/community.general/pull/9114).
+ release_summary: Bugfix release for inclusion in Ansible 11.0.0rc1.
+ fragments:
+ - 10.0.1.yml
+ - 9077-keycloak_client-fix-attributes-dict-turned-into-list.yml
+ - 9082-keycloak_clientscope-fix-attributes-dict-turned-into-list.yml
+ - 9114-redfish-utils-update-remove-default-applytime.yml
+ release_date: '2024-11-11'
diff --git a/changelogs/fragments/10.0.1.yml b/changelogs/fragments/10.0.1.yml
deleted file mode 100644
index efe699002d..0000000000
--- a/changelogs/fragments/10.0.1.yml
+++ /dev/null
@@ -1 +0,0 @@
-release_summary: Bugfix release for inclusion in Ansible 11.0.0rc1.
diff --git a/changelogs/fragments/9077-keycloak_client-fix-attributes-dict-turned-into-list.yml b/changelogs/fragments/9077-keycloak_client-fix-attributes-dict-turned-into-list.yml
deleted file mode 100644
index d693c2e139..0000000000
--- a/changelogs/fragments/9077-keycloak_client-fix-attributes-dict-turned-into-list.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
- - keycloak_client - fix diff by removing code that turns the attributes dict which contains additional settings into a list (https://github.com/ansible-collections/community.general/pull/9077).
\ No newline at end of file
diff --git a/changelogs/fragments/9082-keycloak_clientscope-fix-attributes-dict-turned-into-list.yml b/changelogs/fragments/9082-keycloak_clientscope-fix-attributes-dict-turned-into-list.yml
deleted file mode 100644
index c9d61780b2..0000000000
--- a/changelogs/fragments/9082-keycloak_clientscope-fix-attributes-dict-turned-into-list.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
- - keycloak_clientscope - fix diff and ``end_state`` by removing the code that turns the attributes dict, which contains additional config items, into a list (https://github.com/ansible-collections/community.general/pull/9082).
\ No newline at end of file
diff --git a/changelogs/fragments/9114-redfish-utils-update-remove-default-applytime.yml b/changelogs/fragments/9114-redfish-utils-update-remove-default-applytime.yml
deleted file mode 100644
index 672545a0a8..0000000000
--- a/changelogs/fragments/9114-redfish-utils-update-remove-default-applytime.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
- - redfish_utils module utils - remove undocumented default applytime (https://github.com/ansible-collections/community.general/pull/9114).