Skip to content

Commit

Permalink
Release v13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed May 13, 2022
1 parent d16be72 commit 9dc2462
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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.1][v13.0.1] (May 13, 2022)

* Fixed support of APM on Rails 7+, where the reported time of a route was
malformed, resulting in the complete rejection of the route stats by the
backend ([#1223](https://github.com/airbrake/airbrake/issues/1223))
Expand Down Expand Up @@ -1004,3 +1006,4 @@ Features:
[v11.0.3]: https://github.com/airbrake/airbrake/releases/tag/v11.0.3
[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
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License
===============

Copyright © 2021 Airbrake Technologies, Inc.
Copyright © 2022 Airbrake Technologies, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the 'Software'), to deal in
Expand Down
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.0'
AIRBRAKE_VERSION = '13.0.1'
end

0 comments on commit 9dc2462

Please sign in to comment.