Skip to content

Commit 30d990b

Browse files
committed
Preparing v0.3.1
1 parent f559981 commit 30d990b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ lesser changes or bug fixes.
1111
## [Unreleased][]
1212

1313
* Your contribution here!
14+
15+
## [0.3.1][] (2017-06-16)
16+
1417
* Include xray.js when using jQuery3
1518
[#84](https://github.com/brentd/xray-rails/pull/84)
1619

@@ -75,7 +78,8 @@ lesser changes or bug fixes.
7578

7679

7780
[Semver]: http://semver.org
78-
[Unreleased]: https://github.com/brentd/xray-rails/compare/v0.3.0...HEAD
81+
[Unreleased]: https://github.com/brentd/xray-rails/compare/v0.3.1...HEAD
82+
[0.3.1]: https://github.com/brentd/xray-rails/compare/v0.3.0...v0.3.1
7983
[0.3.0]: https://github.com/brentd/xray-rails/compare/v0.2.0...v0.3.0
8084
[0.2.0]: https://github.com/brentd/xray-rails/compare/v0.1.23...v0.2.0
8185
[0.1.23]: https://github.com/brentd/xray-rails/compare/v0.1.22...v0.1.23

lib/xray/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Xray
2-
VERSION = "0.3.0".freeze
2+
VERSION = "0.3.1".freeze
33
end

0 commit comments

Comments
 (0)