Skip to content

Commit 1a05a94

Browse files
committed
Bump to version 1.2.0
1 parent 8becbf9 commit 1a05a94

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
### 1.2.0 - 2019-02-09
4+
5+
* Add Bootstrap4 renderer
6+
7+
8+
### 1.1.1 - 2018-10-31
9+
10+
* Use Hash#fetch instead of #delete to not change menu options
11+
12+
313
### 1.1.0 - 2018-08-27
414

515
* Add magic comment # frozen_string_literal: true

lib/simple_navigation_bootstrap/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ def self.gem_version
88

99
module VERSION
1010
MAJOR = 1
11-
MINOR = 1
12-
TINY = 1
11+
MINOR = 2
12+
TINY = 0
1313
PRE = nil
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')

0 commit comments

Comments
 (0)