Skip to content

Commit 07cbeb6

Browse files
committed
v2.2.1
1 parent c138ad2 commit 07cbeb6

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.github_changelog_generator

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
future-release=2.2.0
1+
future-release=2.2.1

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Change Log
22

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)
512

613
**Merged pull requests:**
714

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
monarchy (2.2.0)
4+
monarchy (2.2.1)
55
active_record_union (= 1.2.0)
66
activerecord (>= 4.2.7.1)
77
closure_tree (= 6.5.0)

lib/monarchy/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Monarchy
4-
VERSION = '2.2.0'
4+
VERSION = '2.2.1'
55
end

0 commit comments

Comments
 (0)