We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f842d commit c8ca17aCopy full SHA for c8ca17a
CHANGELOG.md
@@ -1,5 +1,14 @@
1
## CHANGELOG
2
3
+### 1.3.0 - 2020-04-05
4
+
5
+* Add support of Ruby 2.7
6
+* Switch to Zeitwerk to load gem files
7
+* Add binstubs to ease development
8
+* Drop support of Ruby 2.3
9
10
+* This is the last version to support Ruby 2.4.x
11
12
### 1.2.0 - 2019-02-09
13
14
* Add Bootstrap4 renderer
lib/simple_navigation_bootstrap/version.rb
@@ -8,7 +8,7 @@ def self.gem_version
module VERSION
MAJOR = 1
- MINOR = 2
+ MINOR = 3
TINY = 0
PRE = nil
0 commit comments