diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index da685a7..28bcfb3 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -5,7 +5,7 @@ on: env: VERSION_MAJOR: 1 VERSION_MINOR: 0 - VERSION_PATCH: 2 + VERSION_PATCH: 3 IMAGE_TAG: varakh/upda IMAGE_TAG_PRIVATE: git.myservermanager.com/varakh/upda FORGEJO_URL: https://git.myservermanager.com diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db5e8c..86f388d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Changes adhere to [semantic versioning](https://semver.org). +## [1.0.3] - UNRELEASED + +* ... + ## [1.0.2] - 2023/12/23 * Fix wrong event type being created for update state change diff --git a/_doc/api.yaml b/_doc/api.yaml index b3a02d1..7c8eadf 100644 --- a/_doc/api.yaml +++ b/_doc/api.yaml @@ -5,7 +5,7 @@ info: license: name: GPLv3 url: https://www.gnu.org/licenses/gpl-3.0.en.html - version: 1.0.2 + version: 1.0.3 externalDocs: description: Find out more about the project url: https://git.myservermanager.com/varakh/upda diff --git a/server/constants_app.go b/server/constants_app.go index 7fdb888..66d791d 100644 --- a/server/constants_app.go +++ b/server/constants_app.go @@ -2,5 +2,5 @@ package server const ( Name = "upda" - Version = "1.0.2" + Version = "1.0.3" )