diff --git a/CHANGELOG.md b/CHANGELOG.md index df5a4f0b2..985e32e8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [4.2.1] - 2022-08-25 + +# Added +- If a group is created with a parent group that it can't join then send a request to join + +# Fixed +- Bug that was preventing email notifications going out for requests to join a child to a parent group. + ## [4.2.0] - 2022-08-19 ### Added diff --git a/package.json b/package.json index 5a7538082..351e76256 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Tibet Sprague ", "license": "GNU AFFERO GENERAL PUBLIC LICENSE v3", "private": true, - "version": "4.2.0", + "version": "4.2.1", "repository": { "type": "git", "url": "git://github.com/Hylozoic/hylo-node.git"