Skip to content

Commit

Permalink
Update to version 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetsprague committed Jun 9, 2022
1 parent 2f1d6f7 commit 26da5f4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Tibet Sprague <[email protected]>",
"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"
Expand Down

0 comments on commit 26da5f4

Please sign in to comment.