Browse Source

Version bump to 1.8.2

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

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-## 1.8.2 [unreleased]
+## 1.8.2
 
 - Added support for Cassandra
 - Fixes for Druid

+ 1 - 1
README.md

@@ -404,7 +404,7 @@ data_sources:
 - [Apache Drill](#apache-drill)
 - [Google BigQuery](#google-bigquery)
 - [MongoDB](#mongodb-1)
-- [Cassandra](#cassandra) [master]
+- [Cassandra](#cassandra)
 - [Druid](#druid)
 - [Elasticsearch](#elasticsearch-beta) [beta]
 

+ 1 - 1
lib/blazer/version.rb

@@ -1,3 +1,3 @@
 module Blazer
-  VERSION = "1.8.1"
+  VERSION = "1.8.2"
 end