diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b7f190..3174a922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,40 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). - + + + +## [Unreleased] + +### Added + +### Changed + +### Fixed + +### Security + +## [1.0.3] - 2022-03-27 + +### Updates + +* https://github.com/ohmyform/api/releases/tag/1.0.3 +* https://github.com/ohmyform/ui/releases/tag/1.0.3 + +### Added + +* minimal configuration example for caddy server (https://github.com/ohmyform/ohmyform/pull/167) ## [1.0.2] - 2022-03-13 diff --git a/package.json b/package.json index 14544181..9689b472 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "version": "1.0.3", "name": "ohmyform", "description": "Opensource alternative to TypeForm", "homepage": "https://github.com/ohmyform/ohmyform",