diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a551102..d53b51bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
+## [v2.3.0](https://github.com/puppetlabs/puppetlabs-lvm/tree/v2.3.0) - 2024-07-11
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.2.0...v2.3.0)
+
+### Added
+
+- CAT-1912 : Adding new getters and setters for stripes & not allowing change of stripes for an existing lvm [#343](https://github.com/puppetlabs/puppetlabs-lvm/pull/343) ([malikparvez](https://github.com/malikparvez))
+
## [v2.2.0](https://github.com/puppetlabs/puppetlabs-lvm/tree/v2.2.0) - 2024-06-26
[Full Changelog](https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.1.0...v2.2.0)
diff --git a/REFERENCE.md b/REFERENCE.md
index e28769b1..7eff1478 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -778,6 +778,10 @@ How to store the mirror log (core, disk, mirrored).
The size of the logical volume. Set to undef to use all available space
+##### `stripes`
+
+The number of stripes to allocate for the new logical volume.
+
##### `volume_group`
The volume group name associated with this logical volume. This will automatically
@@ -802,7 +806,6 @@ The following parameters are available in the `logical_volume` type.
* [`region_size`](#-logical_volume--region_size)
* [`resize_fs`](#-logical_volume--resize_fs)
* [`size_is_minsize`](#-logical_volume--size_is_minsize)
-* [`stripes`](#-logical_volume--stripes)
* [`stripesize`](#-logical_volume--stripesize)
* [`thinpool`](#-logical_volume--thinpool)
* [`type`](#-logical_volume--type)
@@ -878,10 +881,6 @@ this is just logged not causing a FAIL)
Default value: `false`
-##### `stripes`
-
-The number of stripes to allocate for the new logical volume.
-
##### `stripesize`
The stripesize to use for the new logical volume.
diff --git a/metadata.json b/metadata.json
index f62a7c5a..6b197ead 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-lvm",
- "version": "2.2.0",
+ "version": "2.3.0",
"author": "puppetlabs",
"summary": "Provides Puppet types and providers to manage Logical Volume Manager (LVM) features.",
"license": "GPL-2.0",