diff --git a/CHANGELOG.md b/CHANGELOG.md index 130f71023..8dfdbe7ec 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 +## [5.8.0] - 2024-07-03 + +### Added +- New post type: Proposals! Use these to propose ideas, projects, decisions, or anything else to your group. Proposals can be voted on, and have a status that can be updated by the proposer. + +### Fixed +- Deleting user accounts + ## [5.7.1] - 2024-02-20 ## Added diff --git a/package.json b/package.json index a00981177..af38ad398 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Hylo ", "license": "Apache-2.0", "private": true, - "version": "5.7.1", + "version": "5.8.0", "repository": { "type": "git", "url": "git://github.com/Hylozoic/hylo-node.git"