Improvements to owner API endpoint
This commit is contained in:
parent
d2dcddbeb2
commit
5806473e8e
2 changed files with 8 additions and 1 deletions
|
@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [1.1.0] - 2022-10-01
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: zgo-backend
|
name: zgo-backend
|
||||||
version: 1.1.0
|
version: 1.1.1
|
||||||
git: "https://gitlab.com/pitmutt/zgo-backend"
|
git: "https://gitlab.com/pitmutt/zgo-backend"
|
||||||
license: BOSL
|
license: BOSL
|
||||||
author: "Rene Vergara"
|
author: "Rene Vergara"
|
||||||
|
|
Loading…
Reference in a new issue