Explorar el Código

Version bump to 1.2.1

Andrew Kane hace 8 años
padre
commit
567f9d5164
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.2.1
+
+- Fixed checks
+
 ## 1.2.0
 
 - Added non-editable queries

+ 1 - 1
lib/blazer/version.rb

@@ -1,3 +1,3 @@
 module Blazer
-  VERSION = "1.2.0"
+  VERSION = "1.2.1"
 end