From ea0d956d30cb86b1ed038395fa2ee104133c34bc Mon Sep 17 00:00:00 2001 From: Tibet Sprague Date: Wed, 31 Jul 2024 13:25:28 -0700 Subject: [PATCH] Version 5.9.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 ",