Browse Source

Version bump to 1.8.0

Andrew Kane 7 years ago
parent
commit
bd462fb81b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      lib/blazer/version.rb

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-## 1.8.0 [unreleased]
+## 1.8.0
 
 - Added support for Rails 5.1
 

+ 1 - 1
lib/blazer/version.rb

@@ -1,3 +1,3 @@
 module Blazer
-  VERSION = "1.7.10"
+  VERSION = "1.8.0"
 end