diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e8d2a6..8fb3b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/), 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 ### Changed diff --git a/README.md b/README.md index e03b5d3..e57f8f3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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. ## Dependencies diff --git a/package.yaml b/package.yaml index a612fd6..210a5b0 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: zgo-backend -version: 1.2.3 +version: 1.2.4 git: "https://git.vergara.tech/Vergara_Tech/zgo-backend" license: BOSL author: "Rene Vergara"