Explorar el Código

Version bump to 1.3.1

Andrew Kane hace 9 años
padre
commit
a11e26460e
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 4 0
      CHANGELOG.md
  2. 1 1
      lib/blazer/version.rb

+ 4 - 0
CHANGELOG.md

@@ -1,3 +1,7 @@
+## 1.3.1
+
+- Fixed migration error
+
 ## 1.3.0
 
 - Added schedule for checks

+ 1 - 1
lib/blazer/version.rb

@@ -1,3 +1,3 @@
 module Blazer
-  VERSION = "1.3.0"
+  VERSION = "1.3.1"
 end