Documentation update
This commit is contained in:
parent
ddb451383b
commit
f348416b28
3 changed files with 9 additions and 1 deletions
|
@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.2.4] - 2023-01-30
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Enhance payments to account for early payments on active sessions.
|
||||||
|
|
||||||
## [1.2.3] - 2023-01-27
|
## [1.2.3] - 2023-01-27
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# ZGo Back End
|
# ZGo Back End
|
||||||
|
|
||||||
|
[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page)
|
||||||
|
|
||||||
The API server behind the [ZGo.cash](https://zgo.cash) app.
|
The API server behind the [ZGo.cash](https://zgo.cash) app.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: zgo-backend
|
name: zgo-backend
|
||||||
version: 1.2.3
|
version: 1.2.4
|
||||||
git: "https://git.vergara.tech/Vergara_Tech/zgo-backend"
|
git: "https://git.vergara.tech/Vergara_Tech/zgo-backend"
|
||||||
license: BOSL
|
license: BOSL
|
||||||
author: "Rene Vergara"
|
author: "Rene Vergara"
|
||||||
|
|
Loading…
Reference in a new issue