Skip to content

Commit

Permalink
Preparing v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Apr 28, 2017
1 parent 8f6b3a7 commit 48fd88c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/xray/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Xray
VERSION = "0.2.0".freeze
VERSION = "0.3.0".freeze
end

0 comments on commit 48fd88c

Please sign in to comment.