瀏覽代碼

Version bump to 0.0.7

Andrew Kane 9 年之前
父節點
當前提交
aeae8c5551
共有 2 個文件被更改,包括 7 次插入1 次删除
  1. 6 0
      CHANGELOG.md
  2. 1 1
      lib/blazer/version.rb

+ 6 - 0
CHANGELOG.md

@@ -1,3 +1,9 @@
+## 0.0.7
+
+- Fixed error when no `User` class
+- Fixed forking a query with variables
+- Set time zone after Rails initializes
+
 ## 0.0.6
 
 - Added fork button

+ 1 - 1
lib/blazer/version.rb

@@ -1,3 +1,3 @@
 module Blazer
-  VERSION = "0.0.6"
+  VERSION = "0.0.7"
 end