From 48fd88c297b443e5587212f32d83c38033408ad3 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Fri, 28 Apr 2017 13:56:43 -0700 Subject: [PATCH] Preparing v0.3.0 --- CHANGELOG.md | 6 +++++- lib/xray/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70b3c9a..9977e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ lesser changes or bug fixes. ## [Unreleased][] * Your contribution here! + +## [0.3.0][] (2017-04-28) + * Remove `alias_method_chain` and make xray-rails compatible with Rails 5.1. ## [0.2.0][] (2016-09-23) @@ -70,7 +73,8 @@ lesser changes or bug fixes. [Semver]: http://semver.org -[Unreleased]: https://github.com/brentd/xray-rails/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/brentd/xray-rails/compare/v0.3.0...HEAD +[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 [0.1.22]: https://github.com/brentd/xray-rails/compare/v0.1.21...v0.1.22 diff --git a/lib/xray/version.rb b/lib/xray/version.rb index c02708b..d57b7b3 100644 --- a/lib/xray/version.rb +++ b/lib/xray/version.rb @@ -1,3 +1,3 @@ module Xray - VERSION = "0.2.0".freeze + VERSION = "0.3.0".freeze end