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 4425fad commit da79c18Copy full SHA for da79c18
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v4.0.2
4
+[Check the diff](https://github.com/elastic/apm-agent-python/compare/v4.0.1...v4.0.2)
5
+
6
+ * fixed another issue in the new v2 transport (#351)
7
8
## v4.0.1
9
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v4.0.0...v4.0.1)
10
elasticapm/version.py
@@ -1,2 +1,2 @@
-__version__ = (4, 0, 1)
+__version__ = (4, 0, 2)
VERSION = ".".join(map(str, __version__))
0 commit comments