Skip to content

Commit

Permalink
Merge pull request #473 from airbrake/release-4-2-5
Browse files Browse the repository at this point in the history
Release v4.2.5
  • Loading branch information
kyrylo authored Apr 11, 2019
2 parents ade3aee + 0f67104 commit 51750f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Airbrake Ruby Changelog

### master

### [v4.2.5][v4.2.5] (April 11, 2019)

* Fixed `Airbrake.performance_notifier` & `Airbrake.deploy_notifier` returning
wrong value ([#472](https://github.com/airbrake/airbrake-ruby/pull/472))

### [v4.2.4][v4.2.4] (April 10, 2019)

* Added `Airbrake::Benchmark` for measuring time of execution of Ruby
Expand Down Expand Up @@ -724,3 +729,4 @@ Airbrake Ruby Changelog
[v4.2.2]: https://github.com/airbrake/airbrake-ruby/releases/tag/v4.2.2
[v4.2.3]: https://github.com/airbrake/airbrake-ruby/releases/tag/v4.2.3
[v4.2.4]: https://github.com/airbrake/airbrake-ruby/releases/tag/v4.2.4
[v4.2.5]: https://github.com/airbrake/airbrake-ruby/releases/tag/v4.2.5
2 changes: 1 addition & 1 deletion lib/airbrake-ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# More information: http://semver.org/
module Airbrake
# @return [String] the library version
AIRBRAKE_RUBY_VERSION = '4.2.4'.freeze
AIRBRAKE_RUBY_VERSION = '4.2.5'.freeze
end

0 comments on commit 51750f7

Please sign in to comment.