We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f8680 commit c616e2aCopy full SHA for c616e2a
3 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.2.2
2
+* Bunp dependency versions by @FlexonyoPizza in https://github.com/inferno-framework/inferno-core/pull/778
3
+
4
## 1.2.1
5
* ID-45: session compare - sort based on normalized messages (fix) by @karlnaden in https://github.com/inferno-framework/inferno-core/pull/775
6
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- inferno_core (1.2.1)
+ inferno_core (1.2.2)
activesupport (~> 7.2.3.1)
base62-rb (= 0.3.1)
7
blueprinter (= 0.25.2)
lib/inferno/version.rb
@@ -1,4 +1,4 @@
module Inferno
# Standard patterns for gem versions: https://guides.rubygems.org/patterns/
- VERSION = '1.2.1'.freeze
+ VERSION = '1.2.2'.freeze
end
0 commit comments