Skip to content

Commit

Permalink
Merge pull request #357 from airbrake/release-3-0-0-rc-4
Browse files Browse the repository at this point in the history
Release v3.0.0.rc.4
  • Loading branch information
kyrylo authored Nov 6, 2018
2 parents 0c575ed + 93e6b4c commit dcabbfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Airbrake Ruby Changelog

### master

* Updated `/routes-stats` API to v5
([#355](https://github.com/airbrake/airbrake-ruby/pull/355))

### [v3.0.0.rc.3][v3.0.0.rc.3] (November 6, 2018)

* Set tdigest compression to 20
Expand Down Expand Up @@ -521,3 +524,4 @@ Airbrake Ruby Changelog
[v2.13.0.rc.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.13.0.rc.1
[v3.0.0.rc.2]: https://github.com/airbrake/airbrake-ruby/releases/tag/v3.0.0.rc.2
[v3.0.0.rc.3]: https://github.com/airbrake/airbrake-ruby/releases/tag/v3.0.0.rc.3
[v3.0.0.rc.4]: https://github.com/airbrake/airbrake-ruby/releases/tag/v3.0.0.rc.3
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 = '3.0.0.rc.3'.freeze
AIRBRAKE_RUBY_VERSION = '3.0.0.rc.4'.freeze
end

0 comments on commit dcabbfd

Please sign in to comment.