diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f3d16ed..1214c4e5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [4.1.2] - 2022-06-08 + +### Added +- Add user id to member export CSV +- Add role parameter to createUser api call +- New API call addMember to add person to a group +- Group type can be set when creating a group + +### Fixed +- Return groups that match a bounding box if they have a geoShape but no location +- Geocoding of locations when only a location string is passed in to create a group + ## [4.1.1] - 2022-05-26 ### Added diff --git a/package.json b/package.json index c91df92fa..5b2114c3b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Tibet Sprague ", "license": "GNU AFFERO GENERAL PUBLIC LICENSE v3", "private": true, - "version": "4.1.1", + "version": "4.1.2", "repository": { "type": "git", "url": "git://github.com/Hylozoic/hylo-node.git"