From 9dc2462aeea34dfe49e2a32b0096ce29c98cec23 Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Fri, 13 May 2022 12:45:46 +0300 Subject: [PATCH] Release v13.0.1 --- CHANGELOG.md | 3 +++ LICENSE.md | 2 +- lib/airbrake/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd8147c..f6549952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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 diff --git a/LICENSE.md b/LICENSE.md index 114f60f9..3522d9ba 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/lib/airbrake/version.rb b/lib/airbrake/version.rb index 506e6a2f..45378fe8 100644 --- a/lib/airbrake/version.rb +++ b/lib/airbrake/version.rb @@ -3,5 +3,5 @@ # We use Semantic Versioning v2.0.0 # More information: http://semver.org/ module Airbrake - AIRBRAKE_VERSION = '13.0.0' + AIRBRAKE_VERSION = '13.0.1' end