Browse Source

Version bump to 1.0.4

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

+ 6 - 0
CHANGELOG.md

@@ -1,3 +1,9 @@
+## 1.0.4
+
+- Added recently viewed queries and dashboards to home page
+- Fixed refresh when transform statement is used
+- Fixed error when no user model
+
 ## 1.0.3
 ## 1.0.3
 
 
 - Added maps
 - Added maps

+ 1 - 1
lib/blazer/version.rb

@@ -1,3 +1,3 @@
 module Blazer
 module Blazer
-  VERSION = "1.0.3"
+  VERSION = "1.0.4"
 end
 end