Skip to content

Commit

Permalink
Update to version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetsprague committed Mar 29, 2022
1 parent cab68c2 commit cf5c000
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [3.2.0] - 2022-03-28
### Added
- Setup for group types
- Back-end for farm type groups
- Widgets to group profile/about pages

### Fixed
- Make sure notifications are turned on for creator of a new group

### Changed
- num_members updated correctly in 10minute cron job and returned as Group.memberCount again
- Update group num_members in 10 minute cron job so it stays up to date and can be used by the front-end as Group.memberCount again

## [3.1.4] - 2022-03-08

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": "3.1.4",
"version": "3.2.0",
"repository": {
"type": "git",
"url": "git://github.com/Hylozoic/hylo-node.git"
Expand Down

0 comments on commit cf5c000

Please sign in to comment.