diff --git a/CHANGELOG.md b/CHANGELOG.md index ce146ffb2..130f71023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [5.7.1] - 2024-02-20 + +## Added +- New setting to receive a notification for every post in your groups. This is set to only receive "important" post notifications by default, which includes Announcement posts, and posts you are mentioned in. You can change the setting to All posts or None in the Notifications settings page. + ## [5.7.0] - 2024-02-05 ### Added diff --git a/package.json b/package.json index f9cb79713..1b56b4a02 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Tibet Sprague ", "license": "GNU AFFERO GENERAL PUBLIC LICENSE v3", "private": true, - "version": "5.7.0", + "version": "5.7.1", "repository": { "type": "git", "url": "git://github.com/Hylozoic/hylo-node.git"