From 51a3a3e4ebc133699d78959acfd8ce5705642c9a Mon Sep 17 00:00:00 2001 From: Francis Pion Date: Tue, 22 Oct 2024 23:58:17 -0400 Subject: [PATCH] Release 2.0.2 --- CHANGELOG.md | 10 +++++++++- backend/src/Faktur/Constants/Api.cs | 2 +- frontend/package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8ee19..dbb32a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Nothing yet. +## [2.0.2] - 2024-10-23 + +### Fixed + +- Changed `POSTGRESQLCONNSTR_Portal` to `POSTGRESQLCONNSTR_Faktur`. +- Removed version from `docker-compose.yml`. + ## [2.0.1] - 2024-10-22 ### Added @@ -57,7 +64,8 @@ Nothing yet. - Implemented product management. - Implemented receipt management. -[unreleased]: https://github.com/Utar94/Faktur/compare/v2.0.1...HEAD +[unreleased]: https://github.com/Utar94/Faktur/compare/v2.0.2...HEAD +[2.0.2]: https://github.com/Utar94/Faktur/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Utar94/Faktur/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/Utar94/Faktur/compare/v1.7.2...v2.0.0 [1.7.2]: https://github.com/Utar94/Faktur/compare/v1.7.1...v1.7.2 diff --git a/backend/src/Faktur/Constants/Api.cs b/backend/src/Faktur/Constants/Api.cs index 9c4b5ab..68627fd 100644 --- a/backend/src/Faktur/Constants/Api.cs +++ b/backend/src/Faktur/Constants/Api.cs @@ -3,5 +3,5 @@ internal static class Api { public const string Title = "Faktur API"; - public static readonly Version Version = new(2, 0, 1); + public static readonly Version Version = new(2, 0, 2); } diff --git a/frontend/package.json b/frontend/package.json index b08be2a..d727056 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "faktur", - "version": "2.0.1", + "version": "2.0.2", "private": true, "type": "module", "scripts": {