diff --git a/Changes.md b/Changes.md index 4d66ea12..55036645 100644 --- a/Changes.md +++ b/Changes.md @@ -5,6 +5,7 @@ HEAD ----------- +- Fix crash on Ctrl-C in Windows [#3775, Bernica] - Remove `freeze` calls on String constants. This is superfluous with Ruby 2.3+ and `frozen_string_literal: true`. [#3759] diff --git a/lib/sidekiq/version.rb b/lib/sidekiq/version.rb index 41632a18..cab4835e 100644 --- a/lib/sidekiq/version.rb +++ b/lib/sidekiq/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Sidekiq - VERSION = "5.1.1" + VERSION = "5.1.2" end