Skip to content

Commit

Permalink
Update to version 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetsprague committed Jan 31, 2023
1 parent 43c9d61 commit 9252b64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [5.3.0] - 2023-01-30

### Added
- Support for oAuth Authorization Code flow, to enable full API integrations with other apps!
- Initial Zapier triggers: When a member is added to a group, when a member leaves or is removed from a group, when a member of a group updates their profile information.
- Database tables for GroupRole and MemberRole to support adding roles or badges to group members.

## [5.2.1] - 2023-01-20

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

0 comments on commit 9252b64

Please sign in to comment.