Browse Source

Version bump to 1.7.10

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

+ 2 - 1
CHANGELOG.md

@@ -1,6 +1,7 @@
-## 1.7.10 [unreleased]
+## 1.7.10
 
 - Added support for Google BigQuery
+- Require `drill-sergeant` gem for Apache Drill
 - Better handling of checks with variables
 
 ## 1.7.9

+ 1 - 1
lib/blazer/version.rb

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