diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f3f72c..87b45bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/lib/airbrake-ruby/version.rb b/lib/airbrake-ruby/version.rb index 252d8cab..48620fac 100644 --- a/lib/airbrake-ruby/version.rb +++ b/lib/airbrake-ruby/version.rb @@ -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