diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac448f70..23e2c46d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [5.0.3] - 2022-11-23 + ### Fixed - Don't send emails or push notifications for Announcements when notifications are turned off in a group - Bug that prevented saving group settings sometimes diff --git a/package.json b/package.json index 12eec70b8..6779d772a 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.0.2", + "version": "5.0.3", "repository": { "type": "git", "url": "git://github.com/Hylozoic/hylo-node.git"