Skip to content

Commit eaa43ff

Browse files
committed
version 1.1.1
1 parent b8d01b2 commit eaa43ff

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.1
2+
3+
- Update Table column limit for fix MySQL max key length error. (#17)
4+
15
## 1.1.0
26

37
- Allows to configure different Models / Tables for store actions. (#16)

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-
action-store (1.1.0)
4+
action-store (1.1.1)
55
rails (>= 5.2, < 7)
66

77
GEM

lib/action_store/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActionStore
4-
VERSION = "1.1.0"
4+
VERSION = "1.1.1"
55
end

0 commit comments

Comments
 (0)