We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2a770 commit 5a6b736Copy full SHA for 5a6b736
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Changelog
2
3
-## Unreleased
4
-[Check the diff](https://github.com/elastic/apm-agent-python/compare/v4.0.3...master)
+## v4.1.0
+[Check the diff](https://github.com/elastic/apm-agent-python/compare/v4.0.3...v4.1.0)
5
6
* Added support for collecting system and process metrics (#361)
7
* Added an OpenTracing bridge (#388)
elasticapm/version.py
@@ -1,2 +1,2 @@
-__version__ = (4, 0, 3)
+__version__ = (4, 1, 0)
VERSION = ".".join(map(str, __version__))
0 commit comments