File tree 4 files changed +12
-5
lines changed
4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
- future-release=2.2.0
1
+ future-release=2.2.1
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ 2.2.0] ( https://github.com/Exelord/Monarchy/tree/2.2.0 ) (2017-04-14)
4
- [ Full Changelog] ( https://github.com/Exelord/Monarchy/compare/v2.1.0...2.2.0 )
3
+ ## [ 2.2.1] ( https://github.com/Exelord/Monarchy/tree/2.2.1 ) (2017-05-29)
4
+ [ Full Changelog] ( https://github.com/Exelord/Monarchy/compare/v2.2.0...2.2.1 )
5
+
6
+ ** Merged pull requests:**
7
+
8
+ - Fix potential n-query [ \# 74] ( https://github.com/Exelord/Monarchy/pull/74 ) ([ Exelord] ( https://github.com/Exelord ) )
9
+
10
+ ## [ v2.2.0] ( https://github.com/Exelord/Monarchy/tree/v2.2.0 ) (2017-04-14)
11
+ [ Full Changelog] ( https://github.com/Exelord/Monarchy/compare/v2.1.0...v2.2.0 )
5
12
6
13
** Merged pull requests:**
7
14
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- monarchy (2.2.0 )
4
+ monarchy (2.2.1 )
5
5
active_record_union (= 1.2.0 )
6
6
activerecord (>= 4.2.7.1 )
7
7
closure_tree (= 6.5.0 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Monarchy
4
- VERSION = '2.2.0 '
4
+ VERSION = '2.2.1 '
5
5
end
You can’t perform that action at this time.
0 commit comments