Skip to content

Commit

Permalink
Release v13.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed May 20, 2022
1 parent 1cdfc3f commit b7c71ea
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

### [v13.0.2][v13.0.2] (May 20, 2022)

* Fixed support of APM on Rails 7+, where the reported time of a performance
breakdowns and queries malformed, resulting in the complete rejection of the
performance breakdowns or queries by the backend. This improves on the fix
Expand Down Expand Up @@ -1013,3 +1015,4 @@ Features:
[v12.0.0]: https://github.com/airbrake/airbrake/releases/tag/v12.0.0
[v13.0.0]: https://github.com/airbrake/airbrake/releases/tag/v13.0.0
[v13.0.1]: https://github.com/airbrake/airbrake/releases/tag/v13.0.1
[v13.0.2]: https://github.com/airbrake/airbrake/releases/tag/v13.0.2
2 changes: 1 addition & 1 deletion lib/airbrake/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# We use Semantic Versioning v2.0.0
# More information: http:https://semver.org/
module Airbrake
AIRBRAKE_VERSION = '13.0.1'
AIRBRAKE_VERSION = '13.0.2'
end

0 comments on commit b7c71ea

Please sign in to comment.