diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 43334cd..e116693 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -4,6 +4,15 @@ Dellemc.Powerscale Change Logs
.. contents:: Topics
+v3.6.0
+======
+
+Minor Changes
+-------------
+
+- Added diff mode support for NFS module.
+- Fixed failure of listing support_assist details in info module for oneFS version 9.4.0 and below.
+
v3.5.0
======
diff --git a/README.md b/README.md
index 7c2ba3d..be7eea4 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ This table provides information about the software prerequisites for the Ansible
| **Ansible Modules** | **OneFS Version** | **Python version** | **Python SDK version** | **Ansible** |
|---------------------|-----------------------|--------------------|----------------------------|--------------------------|
-| v3.5.0 | 9.4.x
9.5.x
9.7.x
9.8.x | 3.9
3.10
3.11
3.12 | 0.3.0.1 | 2.15
2.16
2.17 |
+| v3.6.0 | 9.4.x
9.5.x
9.7.x
9.8.x | 3.9
3.10
3.11
3.12 | 0.3.0.1 | 2.15
2.16
2.17 |
# List of Ansible modules for Dell PowerScale
* [File System Module](https://github.com/dell/ansible-powerscale/blob/main/docs/modules/filesystem.rst)
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 21505da..c00ceda 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -325,3 +325,9 @@ releases:
- Added support to make listing of SMB open files cluster aware.
- Added fix for making the ACL trustee zone-aware for filesystem module.
release_date: '2024-10-28'
+ 3.6.0:
+ changes:
+ minor_changes:
+ - Added diff mode support for NFS module.
+ - Fixed failure of listing support_assist details in info module for oneFS version 9.4.0 and below.
+ release_date: '2024-11-29'
diff --git a/docs/Release Notes.md b/docs/RELEASE_NOTES.md
similarity index 97%
rename from docs/Release Notes.md
rename to docs/RELEASE_NOTES.md
index 5467c51..14c7cdd 100644
--- a/docs/Release Notes.md
+++ b/docs/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
**Ansible Modules for Dell Technologies PowerScale**
=========================================
-### Release notes 3.5.0
+### Release notes 3.6.0
> © 2024 Dell Inc. or its subsidiaries. All rights reserved. Dell
> and other trademarks are trademarks of Dell Inc. or its
@@ -27,7 +27,7 @@ Table 1. Revision history
| Revision | Date | Description |
|----------|---------------|-----------------------------------------------------------|
-| 01 | October 2024 | Ansible Modules for Dell PowerScale 3.5.0 |
+| 01 | November 2024 | Ansible Modules for Dell PowerScale 3.6.0 |
Product description
@@ -82,8 +82,8 @@ This section describes the features of the Ansible Modules for Dell PowerScale f
The Ansible Modules for Dell PowerScale release 3.4.0 supports the following features:
-- Added support to make listing of SMB open files cluster aware.
-- Added fix for making the ACL trustee zone-aware for filesystem module.
+- Added diff mode support for NFS module.
+- Fixed failure of listing support_assist details in info module for oneFS version 9.4.0 and below.
Known issues
------------
diff --git a/galaxy.yml b/galaxy.yml
index d55f3aa..996fba9 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -14,7 +14,7 @@ name: powerscale
# The version of the collection.
# Must be compatible with semantic versioning
-version: 3.5.0
+version: 3.6.0
# The path to the Markdown (.md) readme file.
# This path is relative to the root of the collection.