Przeglądaj źródła

Version bump to 1.7.0

Andrew Kane 8 lat temu
rodzic
commit
314c256c3d
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      CHANGELOG.md
  2. 1 1
      lib/blazer/version.rb

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-## 1.7.0 [unreleased]
+## 1.7.0
 
 - Added ability to cancel queries on backend for Postgres and Redshift
 - Only run 3 queries at a time on dashboards

+ 1 - 1
lib/blazer/version.rb

@@ -1,3 +1,3 @@
 module Blazer
-  VERSION = "1.6.2"
+  VERSION = "1.7.0"
 end