diff --git a/CHANGELOG.md b/CHANGELOG.md index dfdbd05f5..a82a99b27 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] +## [2.0.2] - 2021-04-08 +### Fixed +- Fixed issues saving and viewing Saved Searches on the map +- Fixed daily email digests + ## [2.0.1] - 2021-04-07 ### Fixed - Loading of current user's pending join requests diff --git a/package.json b/package.json index 78b97edec..222ae8083 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Tibet Sprague ", "license": "GNU AFFERO GENERAL PUBLIC LICENSE v3", "private": true, - "version": "2.0.1", + "version": "2.0.2", "repository": { "type": "git", "url": "git://github.com/Hylozoic/hylo-node.git"