Skip to content

Commit

Permalink
v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord committed Jan 9, 2017
1 parent 77fee38 commit 3c2b156
Show file tree
Hide file tree
Showing 4 changed files with 14 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.6
future-release=2.0.7
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Change Log

## [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)
## [2.0.7](https://github.com/Exelord/Monarchy/tree/2.0.7) (2017-01-09)
[Full Changelog](https://github.com/Exelord/Monarchy/compare/v2.0.6...2.0.7)

**Merged pull requests:**

- Improve coverage [\#66](https://github.com/Exelord/Monarchy/pull/66) ([Exelord](https://github.com/Exelord))
- Update gems [\#65](https://github.com/Exelord/Monarchy/pull/65) ([Exelord](https://github.com/Exelord))
- Feature custom inherited roles [\#64](https://github.com/Exelord/Monarchy/pull/64) ([Exelord](https://github.com/Exelord))

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

**Fixed bugs:**

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.6)
monarchy (2.0.7)
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.6'
VERSION = '2.0.7'
end

0 comments on commit 3c2b156

Please sign in to comment.