Skip to content

Commit

Permalink
Merge pull request #956 from airbrake/release-9-1-0
Browse files Browse the repository at this point in the history
Release v9.1.0
  • Loading branch information
kyrylo committed Apr 17, 2019
2 parents b11f03e + 7f73ad7 commit 14c0f5d
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 Changelog

### master

### [v9.1.0][v9.1.0] (April 17, 2019)

* Rails: added HTTP performance breakdown (`Net::HTTP` support only)
([#955](https://github.com/airbrake/airbrake/pull/955))

Expand Down Expand Up @@ -630,3 +632,4 @@ Airbrake Changelog
[v9.0.0]: https://github.com/airbrake/airbrake/releases/tag/v9.0.0
[v9.0.1]: https://github.com/airbrake/airbrake/releases/tag/v9.0.1
[v9.0.2]: https://github.com/airbrake/airbrake/releases/tag/v9.0.2
[v9.1.0]: https://github.com/airbrake/airbrake/releases/tag/v9.1.0
2 changes: 1 addition & 1 deletion lib/airbrake/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# We use Semantic Versioning v2.0.0
# More information: http://semver.org/
module Airbrake
AIRBRAKE_VERSION = '9.0.2'.freeze
AIRBRAKE_VERSION = '9.1.0'.freeze
end

0 comments on commit 14c0f5d

Please sign in to comment.