Skip to content

Commit

Permalink
Merge pull request #521 from airbrake/release-4-10-0
Browse files Browse the repository at this point in the history
Release v4.10.0
  • Loading branch information
kyrylo authored Dec 12, 2019
2 parents 60b67bb + f5a0c2a commit a8e2dc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Airbrake Ruby Changelog

### master

### [v4.10.0][v4.10.0] (December 12, 2019)

* Added `Airbrake.notfy_queue_sync`
([#518](https://github.com/airbrake/airbrake-ruby/pull/518))
* Added `Airbrake.notify_request_sync`, `Airbrake.notify_query_sync` &
Expand Down Expand Up @@ -825,3 +827,4 @@ Airbrake Ruby Changelog
[v4.7.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v4.7.1
[v4.8.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v4.8.0
[v4.9.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v4.9.0
[v4.10.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v4.10.0
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.9.0'.freeze
AIRBRAKE_RUBY_VERSION = '4.10.0'.freeze
end

0 comments on commit a8e2dc4

Please sign in to comment.