diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ebe58..87b1efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ lesser changes or bug fixes. ## [Unreleased][] * Your contribution here! + +## [0.3.1][] (2017-06-16) + * Include xray.js when using jQuery3 [#84](https://github.com/brentd/xray-rails/pull/84) @@ -75,7 +78,8 @@ lesser changes or bug fixes. [Semver]: http://semver.org -[Unreleased]: https://github.com/brentd/xray-rails/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/brentd/xray-rails/compare/v0.3.1...HEAD +[0.3.1]: https://github.com/brentd/xray-rails/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/brentd/xray-rails/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/brentd/xray-rails/compare/v0.1.23...v0.2.0 [0.1.23]: https://github.com/brentd/xray-rails/compare/v0.1.22...v0.1.23 diff --git a/lib/xray/version.rb b/lib/xray/version.rb index d57b7b3..f5cf3f7 100644 --- a/lib/xray/version.rb +++ b/lib/xray/version.rb @@ -1,3 +1,3 @@ module Xray - VERSION = "0.3.0".freeze + VERSION = "0.3.1".freeze end