diff --git a/CHANGELOG.md b/CHANGELOG.md index d980ce282..092c72e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [5.3.5] - 2023-02-26 + +### Added +- Zapier trigger when new posts are created + +### Changed +- Zapier triggers can now be setup to track (work with) more than one group at a time +- Send more data with all zapier triggers, like group URLs and profile URLs + ## [5.3.4] - 2023-02-14 ### Changed diff --git a/package.json b/package.json index 486bf13dd..0a3ece854 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Tibet Sprague ", "license": "GNU AFFERO GENERAL PUBLIC LICENSE v3", "private": true, - "version": "5.3.4", + "version": "5.3.5", "repository": { "type": "git", "url": "git://github.com/Hylozoic/hylo-node.git"