release 1.0.1

This commit is contained in:
Michael Schramm 2022-03-01 23:37:54 +01:00
parent 5bc6047507
commit 99fe3d2fe0
2 changed files with 24 additions and 3 deletions

View File

@ -4,17 +4,38 @@ 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/).
<!--
Template for next version
## [Unreleased]
### Added
- allow one field nested data to be submitted
### Changed
### Fixed
### Security
-->
## [Unreleased]
### Added
### Changed
### Fixed
### Security
## [1.0.1] - 2022-03-01
### Added
- allow one field nested data to be submitted
### Fixed
- only update user fields in update mutation if they changed
- form delete
- field submission without value field

View File

@ -1,6 +1,6 @@
{
"name": "ohmyform-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"author": "",
"license": "AGPL-3.0-or-later",