Skip to content

Commit

Permalink
Update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filipbekic01 committed Jan 5, 2025
1 parent c77acfb commit 7c5f852
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
DeployImage:
runs-on: ubuntu-latest
env:
ResQueueImageVersion: "1.1.0"
ResQueueImageVersion: "1.2.0"
DockerRegistry: ghcr.io
DockerRepository: filipbekic01/resqueue
steps:
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [v1.2.0] - 2025-01-05

### Added

- Dark theme

### Fixed

- Auto-Refresh switch reactivity
- Delete messages modal closes properly upon success

## [v1.1.0] - 2025-01-04

### Added
Expand All @@ -28,7 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Changed

- Reverted .NET 8 support (.NET 9 is optional but suggested)
- Reverted .NET 8 support (.NET 9 is optional but suggested)

## [v1.0.8] - 2024-11-22

Expand Down
2 changes: 1 addition & 1 deletion backend/ResQueue/ResQueue/ResQueue.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<!-- NuGet package properties -->
<PackageId>ResQueue.MassTransit</PackageId>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<Authors>Filip Bekić, Miroljub Tomić</Authors>
<Company>ResQueue</Company>
<Description>MassTransit SQL Transport Web UI</Description>
Expand Down

0 comments on commit 7c5f852

Please sign in to comment.