Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord committed Oct 3, 2017
1 parent 18eff4b commit c523cd7
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.3.0
future-release=2.4.0
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.3.0](https://github.com/Exelord/Monarchy/tree/2.3.0) (2017-06-14)
[Full Changelog](https://github.com/Exelord/Monarchy/compare/v2.2.2...2.3.0)
## [2.4.0](https://github.com/Exelord/Monarchy/tree/2.4.0) (2017-10-03)
[Full Changelog](https://github.com/Exelord/Monarchy/compare/v2.3.0...2.4.0)

**Merged pull requests:**

- Support for Rails 5.1 [\#77](https://github.com/Exelord/Monarchy/pull/77) ([Exelord](https://github.com/Exelord))

## [v2.3.0](https://github.com/Exelord/Monarchy/tree/v2.3.0) (2017-06-14)
[Full Changelog](https://github.com/Exelord/Monarchy/compare/v2.2.2...v2.3.0)

**Closed issues:**

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.3.0)
monarchy (2.4.0)
active_record_union (= 1.2.0)
activerecord (>= 4.2.7.1)
closure_tree (= 6.6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/monarchy/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Monarchy
VERSION = '2.3.0'
VERSION = '2.4.0'
end

0 comments on commit c523cd7

Please sign in to comment.