浏览代码

Version bump to 1.7.0

Andrew Kane 8 年之前
父节点
当前提交
314c256c3d
共有 2 个文件被更改,包括 2 次插入2 次删除
  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
 - Added ability to cancel queries on backend for Postgres and Redshift
 - Only run 3 queries at a time on dashboards
 - Only run 3 queries at a time on dashboards

+ 1 - 1
lib/blazer/version.rb

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