fix(release): prepare next dev cycle
All checks were successful
/ build (push) Successful in 3m9s

This commit is contained in:
Varakh 2024-05-01 12:22:31 +02:00
parent 98b37ca289
commit dce287d6a3
4 changed files with 7 additions and 3 deletions

View file

@ -5,7 +5,7 @@ on:
env:
VERSION_MAJOR: 2
VERSION_MINOR: 0
VERSION_PATCH: 1
VERSION_PATCH: 2
IMAGE_TAG: varakh/upda
IMAGE_TAG_PRIVATE: git.myservermanager.com/varakh/upda
FORGEJO_URL: https://git.myservermanager.com

View file

@ -2,6 +2,10 @@
Changes adhere to [semantic versioning](https://semver.org).
## [2.0.2] - UNRELEASED
* ...
## [2.0.1] - 2024/05/01
* Fixed retrieval of encrypted webhook token

View file

@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: upda
description: API specification
version: 2.0.1
version: 2.0.2
externalDocs:
description: Find out more about the project
url: https://git.myservermanager.com/varakh/upda

View file

@ -2,5 +2,5 @@ package server
const (
Name = "upda"
Version = "2.0.1"
Version = "2.0.2"
)