Parcourir la source

Version bump to 1.0.2

Andrew Kane il y a 9 ans
Parent
commit
73c00db140
2 fichiers modifiés avec 6 ajouts et 1 suppressions
  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
 
 - Added comments to queries

+ 1 - 1
lib/blazer/version.rb

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