Skip to content

Commit b4ca6b4

Browse files
committed
v2.7.0
1 parent 057ac10 commit b4ca6b4

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github_changelog_generator

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
future-release=2.6.1
1+
future-release=2.7.0

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [2.7.0](https://github.com/Exelord/Monarchy/tree/2.7.0) (2019-09-01)
4+
[Full Changelog](https://github.com/Exelord/Monarchy/compare/v2.6.1...2.7.0)
5+
6+
**Merged pull requests:**
7+
8+
- Updates [\#83](https://github.com/Exelord/Monarchy/pull/83) ([Exelord](https://github.com/Exelord))
9+
10+
## [v2.6.1](https://github.com/Exelord/Monarchy/tree/v2.6.1) (2019-01-08)
11+
[Full Changelog](https://github.com/Exelord/Monarchy/compare/v2.6.0...v2.6.1)
12+
313
## [v2.6.0](https://github.com/Exelord/Monarchy/tree/v2.6.0) (2018-12-19)
414
[Full Changelog](https://github.com/Exelord/Monarchy/compare/v2.5.0...v2.6.0)
515

lib/monarchy/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Monarchy
4-
VERSION = '2.6.1'
4+
VERSION = '2.7.0'
55
end

0 commit comments

Comments
 (0)