diff --git a/CHANGELOG.md b/CHANGELOG.md index 348cc381..97a68fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.10.0](https://github.com/Greenstand/treetracker-admin/compare/v2.9.0...v2.10.0) (2021-02-04) + + +### Features + +* filter by not tagged on /verify ([#496](https://github.com/Greenstand/treetracker-admin/issues/496)) ([2369718](https://github.com/Greenstand/treetracker-admin/commit/236971823232a40c64b2332603d1b6272c62dbe5)) + # [2.9.0](https://github.com/Greenstand/treetracker-admin/compare/v2.8.0...v2.9.0) (2021-02-04) diff --git a/package.json b/package.json index 9d20e824..b4f3a4dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "treetracker-admin", - "version": "2.9.0", + "version": "2.10.0", "private": true, "description": "This portion of the project is to process tree data. Treetracker's Admin Panel frontend and RESTful API built with Loopback.", "dependencies": {},