Skip to content

Commit

Permalink
v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord committed Nov 29, 2016
1 parent 07375a0 commit 7834ca2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1 +1 @@
future-release=2.0.5
future-release=2.0.6
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Change Log

## [2.0.5](https://github.com/Exelord/Monarchy/tree/2.0.5) (2016-11-10)
[Full Changelog](https://github.com/Exelord/Monarchy/compare/v2.0.4...2.0.5)
## [2.0.6](https://github.com/Exelord/Monarchy/tree/2.0.6) (2016-11-29)
[Full Changelog](https://github.com/Exelord/Monarchy/compare/v2.0.5...2.0.6)

**Fixed bugs:**

- Fix roles order [\#63](https://github.com/Exelord/Monarchy/pull/63) ([Exelord](https://github.com/Exelord))

## [v2.0.5](https://github.com/Exelord/Monarchy/tree/v2.0.5) (2016-11-10)
[Full Changelog](https://github.com/Exelord/Monarchy/compare/v2.0.4...v2.0.5)

**Merged pull requests:**

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
monarchy (2.0.5)
monarchy (2.0.6)
active_record_union (= 1.2.0)
activerecord (>= 4.2.7.1)
closure_tree (= 6.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/monarchy/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Monarchy
VERSION = '2.0.5'
VERSION = '2.0.6'
end

0 comments on commit 7834ca2

Please sign in to comment.