Improvements to owner API endpoint

This commit is contained in:
Rene Vergara 2022-10-08 08:39:13 -05:00
parent d2dcddbeb2
commit 5806473e8e
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
2 changed files with 8 additions and 1 deletions

View File

@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.1.1] - 2022-10-08
### Changed
- Refactored the `api/owner` POST endpoint.
- Added logic to remove extra whitespace from viewing key strings
## [1.1.0] - 2022-10-01
### Added

View File

@ -1,5 +1,5 @@
name: zgo-backend
version: 1.1.0
version: 1.1.1
git: "https://gitlab.com/pitmutt/zgo-backend"
license: BOSL
author: "Rene Vergara"