Skip to content

Commit c616e2a

Browse files
authored
bump version, update change log (#781)
1 parent 07f8680 commit c616e2a

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
## 1.2.1
25
* ID-45: session compare - sort based on normalized messages (fix) by @karlnaden in https://github.com/inferno-framework/inferno-core/pull/775
36

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
inferno_core (1.2.1)
4+
inferno_core (1.2.2)
55
activesupport (~> 7.2.3.1)
66
base62-rb (= 0.3.1)
77
blueprinter (= 0.25.2)

lib/inferno/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Inferno
22
# Standard patterns for gem versions: https://guides.rubygems.org/patterns/
3-
VERSION = '1.2.1'.freeze
3+
VERSION = '1.2.2'.freeze
44
end

0 commit comments

Comments
 (0)