diff --git a/CHANGELOG.md b/CHANGELOG.md index ea8b8ba..8d2841a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,10 +26,14 @@ Template for next version ### Fixed -- error sending notification when field is not defined (https://github.com/ohmyform/ohmyform/issues/161) - ### Security +## [1.0.2] - 2022-03-13 + +### Fixed + +- error sending notification when field is not defined (https://github.com/ohmyform/ohmyform/issues/161) + ## [1.0.1] - 2022-03-01 ### Added diff --git a/package.json b/package.json index 2cd7dae..7ec36fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ohmyform-api", - "version": "1.0.1", + "version": "1.0.2", "description": "", "author": "", "license": "AGPL-3.0-or-later",