Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord committed Mar 30, 2017
1 parent c34ce50 commit 1ad0f66
Show file tree
Hide file tree
Showing 4 changed files with 13 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.8
future-release=2.1.0
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log

## [2.0.8](https://github.com/Exelord/Monarchy/tree/2.0.8) (2017-01-12)
[Full Changelog](https://github.com/Exelord/Monarchy/compare/v2.0.7...2.0.8)
## [2.1.0](https://github.com/Exelord/Monarchy/tree/2.1.0) (2017-03-30)
[Full Changelog](https://github.com/Exelord/Monarchy/compare/v2.0.8...2.1.0)

**Merged pull requests:**

- Users/Members with\_access\_to specific resource [\#70](https://github.com/Exelord/Monarchy/pull/70) ([Exelord](https://github.com/Exelord))
- Update gems [\#69](https://github.com/Exelord/Monarchy/pull/69) ([Exelord](https://github.com/Exelord))

## [v2.0.8](https://github.com/Exelord/Monarchy/tree/v2.0.8) (2017-01-12)
[Full Changelog](https://github.com/Exelord/Monarchy/compare/v2.0.7...v2.0.8)

**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.8)
monarchy (2.1.0)
active_record_union (= 1.2.0)
activerecord (>= 4.2.7.1)
closure_tree (= 6.3.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.8'
VERSION = '2.1.0'
end

0 comments on commit 1ad0f66

Please sign in to comment.