We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a9cb8 commit f9d5b6aCopy full SHA for f9d5b6a
CHANGELOG.md
@@ -20,3 +20,6 @@
20
21
- Fixed to work with and make optional dependencies for sidekiq and railties. Confirmed as working with ruby >= 3.1.4
22
23
+## [0.3.1-RC1] - 2023-12-29
24
+
25
+- All internal restructuring/refactoring into domains.
lib/interactify/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Interactify
4
- VERSION = "0.3.0-RC1"
+ VERSION = "0.3.1-RC1"
5
end
0 commit comments