We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48cefe commit 2f56103Copy full SHA for 2f56103
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change log
2
3
-## Unreleased
+## 0.2.1
4
5
- Proper support for Rails 7.0 and its lack of `normalizes` (https://github.com/evilmartians/callback_hell/issues/1) ([@yaroslav][])
6
lib/callback_hell/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module CallbackHell
- VERSION = "0.2.0"
+ VERSION = "0.2.1"
end
0 commit comments