Ver código fonte

Version bump to 1.7.5

Andrew Kane 7 anos atrás
pai
commit
55031ea7b4
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      CHANGELOG.md
  2. 1 1
      lib/blazer/version.rb

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-## 1.7.5 [unreleased]
+## 1.7.5
 
 - Fixed issue with check emails sometimes failing for default Rails 5 ActiveJob adapter
 - Fixed sorting for new dashboards

+ 1 - 1
lib/blazer/version.rb

@@ -1,3 +1,3 @@
 module Blazer
-  VERSION = "1.7.4"
+  VERSION = "1.7.5"
 end