Skip to content

Commit 01b0d44

Browse files
committed
v2.5.0
1 parent 4d28b10 commit 01b0d44

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

.github_changelog_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
future-release=2.4.0
1+
future-release=2.5.0

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Change Log
22

3-
## [2.4.0](https://github.com/Exelord/Monarchy/tree/2.4.0) (2017-10-03)
4-
[Full Changelog](https://github.com/Exelord/Monarchy/compare/v2.3.0...2.4.0)
3+
## [2.5.0](https://github.com/Exelord/Monarchy/tree/2.5.0) (2018-03-25)
4+
[Full Changelog](https://github.com/Exelord/Monarchy/compare/v2.4.0...2.5.0)
5+
6+
**Fixed bugs:**
7+
8+
- Validate name and role level [\#80](https://github.com/Exelord/Monarchy/pull/80) ([Exelord](https://github.com/Exelord))
9+
10+
**Merged pull requests:**
11+
12+
- Feature upgrades [\#81](https://github.com/Exelord/Monarchy/pull/81) ([Exelord](https://github.com/Exelord))
13+
14+
## [v2.4.0](https://github.com/Exelord/Monarchy/tree/v2.4.0) (2017-10-03)
15+
[Full Changelog](https://github.com/Exelord/Monarchy/compare/v2.3.0...v2.4.0)
516

617
**Merged pull requests:**
718

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
monarchy (2.4.0)
4+
monarchy (2.5.0)
55
active_record_union (= 1.3.0)
66
activerecord (>= 4.2.7.1)
77
closure_tree (= 6.6.0)

lib/monarchy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Monarchy
4-
VERSION = '2.4.0'
4+
VERSION = '2.5.0'
55
end

0 commit comments

Comments
 (0)