diff --git a/CHANGELOG.md b/CHANGELOG.md index a469d4662..975c3f867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [5.9.1] - 2024-07-31 + +### Fixed +- Bug that prevented editing chat posts +- Invalid post warning when changing post types +- Sometimes after requesting to join a group and being accepted in you would have to answer the join questions a second time +- Bug when clicking on a post from a notification +- Bug that prevented viewing public group landing page + ## [5.9.0] - 2024-07-23 ### Added diff --git a/package.json b/package.json index 2994d26a6..53ec7cdcf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hylo-evo", "description": "Hylo Frontend", - "version": "5.9.0", + "version": "5.9.1", "private": true, "license": "Apache-2.0", "author": "Hylo ",