Browse Source

Version bump to 1.8.1

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

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-## 1.8.1 [unreleased]
+## 1.8.1
 
 - Added support for Amazon Athena
 - Added support for Druid

+ 3 - 3
README.md

@@ -399,12 +399,12 @@ data_sources:
 - [IBM DB2 and Informix](#ibm-db2-and-informix)
 - [SQLite](#sqlite)
 - [Amazon Redshift](#amazon-redshift)
-- [Amazon Athena](#amazon-athena-master) [master]
+- [Amazon Athena](#amazon-athena)
 - [Presto](#presto)
 - [Apache Drill](#apache-drill)
 - [Google BigQuery](#google-bigquery)
 - [MongoDB](#mongodb-1)
-- [Druid](#druid) [master]
+- [Druid](#druid)
 - [Elasticsearch](#elasticsearch-beta) [beta]
 
 You can also [create an adapter](#creating-an-adapter) for any other data store.
@@ -475,7 +475,7 @@ data_sources:
     url: redshift://user:password@hostname:5439/database
 ```
 
-### Amazon Athena [master]
+### Amazon Athena
 
 Add [aws-sdk](https://github.com/aws/aws-sdk-ruby) `~> 2` to your Gemfile and set:
 

+ 1 - 1
lib/blazer/version.rb

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