소스 검색

Version bump to 1.3.2

Andrew Kane 9 년 전
부모
커밋
6d8e8ce3bd
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      CHANGELOG.md
  2. 1 1
      lib/blazer/version.rb

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-## 1.3.2 [unreleased]
+## 1.3.2
 
 - Added support for Rails 5
 - Attempt to reconnect for checks

+ 1 - 1
lib/blazer/version.rb

@@ -1,3 +1,3 @@
 module Blazer
-  VERSION = "1.3.1"
+  VERSION = "1.3.2"
 end