diff --git a/CHANGELOG.md b/CHANGELOG.md index 07aeb89..c91ec3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.yaml b/package.yaml index 69e5216..dad45bd 100644 --- a/package.yaml +++ b/package.yaml @@ -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"