Skip to content

Commit

Permalink
Bump version to 0.3.4, add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Nov 6, 2020
1 parent 28a8adf commit 2e41bce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#---------------------------------#

# Don't edit manually! Use `build.bat version` command instead!
version: 0.3.3-build-0{build}
version: 0.3.4-build-0{build}

os: Visual Studio 2019

Expand Down
6 changes: 6 additions & 0 deletions nuspecs/Hangfire.InMemory.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
<copyright>Copyright © 2020 Sergey Odinokov</copyright>
<tags>Hangfire Storage In-Memory</tags>
<releaseNotes>https://www.hangfire.io/blog/releases.html

0.3.4
• Fixed – Reverse state list instead of sorting it by date in the `JobDetails` method.
• Fixed – Better sorting for state indexes, take into account job creation date.
• Fixed – Reverse succeeded and deleted job lists to match Redis implementation.

0.3.3
• Fixed – Sort queues and servers when returning them from monitoring api and in the Dashboard UI.

Expand Down
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
[assembly: CLSCompliant(true)]

// Don't edit manually! Use `build.bat version` command instead!
[assembly: AssemblyVersion("0.3.3")]
[assembly: AssemblyVersion("0.3.4")]

0 comments on commit 2e41bce

Please sign in to comment.