Skip to content

Commit 4193d7d

Browse files
committed
update CHANGELOG and bump version to 5.2.2
1 parent f40862e commit 4193d7d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3-
=======
3+
## v5.2.2
4+
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v5.2.1...v5.2.2)
5+
6+
### Bugfixes
7+
* fixed an issue where a `cpu_total` of `0` could cause an exception (#610, #611)
8+
49
## v5.2.1
510
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v5.2.0...v5.2.1)
611

elasticapm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030

31-
__version__ = (5, 2, 1)
31+
__version__ = (5, 2, 2)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)