Browse Source

Version bump to 1.7.3

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

+ 5 - 1
CHANGELOG.md

@@ -1,6 +1,10 @@
-## 1.7.3 [unreleased]
+## 1.7.3
 
+- Fixed JavaScript errors
+- Fixed query cancel error
+- Return search results for "me" or "mine"
 - Include sample data in email when bad data checks fail
+- Fixed deprecation warnings
 
 ## 1.7.2
 

+ 1 - 1
lib/blazer/version.rb

@@ -1,3 +1,3 @@
 module Blazer
-  VERSION = "1.7.2"
+  VERSION = "1.7.3"
 end