From 2b7370d5ddcabd524770fc0b300fed69046ba992 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Fri, 6 May 2016 10:32:10 -0700 Subject: [PATCH] Preparing v0.1.19 --- CHANGELOG.md | 9 ++++++++- lib/xray/version.rb | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 449a19d..4656d52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ lesser changes or bug fixes. ## [Unreleased][] * Your contribution here! + +## [0.1.19][] (2016-05-06) + +* Previous releases of xray-rails had a file permissions issue that caused a + "can't load lib/xray/middleware" error on some systems. This should now be + fixed. [#59](https://github.com/brentd/xray-rails/pull/59) * The xray-rails JavaScript is now properly injected after `jquery2`. This means that projects using jQuery2 should now work with xray-rails out of the box. [#64](https://github.com/brentd/xray-rails/pull/64) @nextekcarl @@ -33,7 +39,8 @@ lesser changes or bug fixes. [Semver]: http://semver.org -[Unreleased]: https://github.com/brentd/xray-rails/compare/v0.1.18...HEAD +[Unreleased]: https://github.com/brentd/xray-rails/compare/v0.1.19...HEAD +[0.1.19]: https://github.com/brentd/xray-rails/compare/v0.1.18...v0.1.19 [0.1.18]: https://github.com/brentd/xray-rails/compare/v0.1.17...v0.1.18 [0.1.17]: https://github.com/brentd/xray-rails/compare/v0.1.16...v0.1.17 [0.1.16]: https://github.com/brentd/xray-rails/compare/v0.1.15...v0.1.16 diff --git a/lib/xray/version.rb b/lib/xray/version.rb index 01c0c88..d9aebb2 100644 --- a/lib/xray/version.rb +++ b/lib/xray/version.rb @@ -1,3 +1,3 @@ module Xray - VERSION = "0.1.18" + VERSION = "0.1.19".freeze end