Skip to content

Commit

Permalink
Update nuget verison
Browse files Browse the repository at this point in the history
  • Loading branch information
filipbekic01 committed Jan 4, 2025
1 parent 6e3fe8b commit ee8f47d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.0.11"
ResQueueImageVersion: "1.1.0"
DockerRegistry: ghcr.io
DockerRepository: filipbekic01/resqueue
steps:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

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

### Added

- Message transformers

## [v1.0.11] - 2024-12-18

### Fixed
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.0.11</Version>
<Version>1.1.0</Version>
<Authors>Filip Bekić, Miroljub Tomić</Authors>
<Company>ResQueue</Company>
<Description>MassTransit SQL Transport Web UI</Description>
Expand Down

0 comments on commit ee8f47d

Please sign in to comment.