diff --git a/CHANGELOG.md b/CHANGELOG.md index d947bbba6..46e8e8449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ The format is based on This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [v3.7.4] - 2021-01-28 +### Fixed +- Error when trying to review task after using browser back button +- Unable to review consecutive tasks using Task Status "all" filter +- Overlay indicating screen is too narrow sometimes obscured + + ## [v3.7.3] - 2021-01-27 ### Added - Additional performance optimizations diff --git a/package.json b/package.json index 37d0de508..f0b84a1be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maproulette3", - "version": "3.7.3", + "version": "3.7.4", "private": true, "dependencies": { "@apollo/client": "^3.1.1",