From 22a2e2b838fc5d5fba028589aff8cbbae6665c70 Mon Sep 17 00:00:00 2001
From: "Vincent A. Cicirello" <cicirello@users.noreply.github.com>
Date: Tue, 30 Aug 2022 13:03:39 -0400
Subject: [PATCH] Update CHANGELOG.md

---
 CHANGELOG.md | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f5f490c..159af495 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ## [Unreleased] - 2022-08-30
 
 ### Added
-* Four Permutation.applyThenValidate methods, which are counterparts to the four Permutation.apply method 
-  but which validate the Permutation(s) that result from the applied operator; whereas the existing apply
-  methods do not verify the state of the Permutation after operator application.
-* IllegalPermutationStateException exception class that is thrown by the new Permutation.applyThenValidate 
-  methods if validation fails.
 
 ### Changed
 
@@ -22,13 +17,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Fixed
 
 ### Dependencies
-* Bump rho-mu from 2.3.2 to 2.4.1
 
 ### CI/CD
 
 ### Other
 
 
+## [4.2.0] - 2022-08-30
+
+### Added
+* Four Permutation.applyThenValidate methods, which are counterparts to the four Permutation.apply methods, 
+  but which validate the Permutation(s) that result from the applied operator; whereas the existing apply
+  methods do not verify the state of the Permutation after operator application.
+* IllegalPermutationStateException exception class that is thrown by the new Permutation.applyThenValidate 
+  methods if validation fails.
+
+### Dependencies
+* Bump rho-mu from 2.3.2 to 2.4.1
+
+
 ## [4.1.0] - 2022-08-03
 
 ### Added