diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 6e9d9581..b6a0f071 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,6 +5,14 @@ Purestorage.Fusion Release Notes
.. contents:: Topics
+v1.6.1
+======
+
+Minor Changes
+-------------
+
+- fusion_volume - Allow creating a new volume from already existing volume or volume snapshot
+
v1.6.0
======
diff --git a/README.md b/README.md
index 9a2c43b4..0bb22423 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,15 @@
+# DEPRECATION NOTICE
+
+The Pure Storage Fusion Ansible Collection is no longer being developed and is being deprecated.
+
+No further development work will be performed on this repo and the repo will be archived.
+
# Pure Storage Fusion Collection
-The Pure Storage Fusion collection consists of the latest versions of the Fusion modules.
+The Pure Storage Fusion collection consists of the latest versions of the Fusion v1 modules.
## Requirements
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index cac9edd4..c5d3f432 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -371,3 +371,11 @@ releases:
- 159_fix_protection_policy_local_retention_validation.yaml
- 160_add_id_on_exit.yml
release_date: '2023-07-31'
+ 1.6.1:
+ changes:
+ minor_changes:
+ - fusion_volume - Allow creating a new volume from already existing volume or
+ volume snapshot
+ fragments:
+ - 151_create_volume_using_existing_volume_or_snapshot.yaml
+ release_date: '2024-02-08'
diff --git a/changelogs/fragments/151_create_volume_using_existing_volume_or_snapshot.yaml b/changelogs/fragments/151_create_volume_using_existing_volume_or_snapshot.yaml
deleted file mode 100644
index 1badf983..00000000
--- a/changelogs/fragments/151_create_volume_using_existing_volume_or_snapshot.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-minor_changes:
-- fusion_volume - Allow creating a new volume from already existing volume or volume snapshot
diff --git a/galaxy.yml b/galaxy.yml
index 298c87c1..66215031 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -1,6 +1,6 @@
namespace: purestorage
name: fusion
-version: 1.6.0
+version: 1.6.1
readme: README.md
authors:
- Pure Storage Ansible Team