Przeglądaj źródła

Version bump to 1.7.8

Andrew Kane 7 lat temu
rodzic
commit
22540be81e
3 zmienionych plików z 4 dodań i 4 usunięć
  1. 1 1
      CHANGELOG.md
  2. 2 2
      README.md
  3. 1 1
      lib/blazer/version.rb

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-## 1.7.8 [unreleased]
+## 1.7.8
 
 - Added support for custom adapters
 - Fixed bug with scatter charts on dashboards

+ 2 - 2
README.md

@@ -394,7 +394,7 @@ data_sources:
 - [MongoDB](#mongodb-1) [beta]
 - [Elasticsearch](#elasticsearch) [beta]
 
-You can also [create an adapter](#creating-an-adapter-master) for any other data store.
+You can also [create an adapter](#creating-an-adapter) for any other data store.
 
 **Note:** In the examples below, we recommend using environment variables for urls.
 
@@ -493,7 +493,7 @@ data_sources:
     url: http://user:password@hostname:9200/
 ```
 
-## Creating an Adapter [master]
+## Creating an Adapter
 
 Create an adapter for any data store with:
 

+ 1 - 1
lib/blazer/version.rb

@@ -1,3 +1,3 @@
 module Blazer
-  VERSION = "1.7.7"
+  VERSION = "1.7.8"
 end