Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 committed Oct 23, 2024
1 parent e949795 commit 51a3a3e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion backend/src/Faktur/Constants/Api.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faktur",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 51a3a3e

Please sign in to comment.