Browse Source

Version bump to 1.0.2

Andrew Kane 9 years ago
parent
commit
73c00db140
2 changed files with 6 additions and 1 deletions
  1. 5 0
      CHANGELOG.md
  2. 1 1
      lib/blazer/version.rb

+ 5 - 0
CHANGELOG.md

@@ -1,3 +1,8 @@
+## 1.0.2
+
+- Fixed error when installing
+- Added `schemas` option
+
 ## 1.0.1
 ## 1.0.1
 
 
 - Added comments to queries
 - Added comments to queries

+ 1 - 1
lib/blazer/version.rb

@@ -1,3 +1,3 @@
 module Blazer
 module Blazer
-  VERSION = "1.0.1"
+  VERSION = "1.0.2"
 end
 end