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 7aa3072 commit 57f4010Copy full SHA for 57f4010
CHANGELOG.md
@@ -1,9 +1,10 @@
1
# Changelog
2
3
-## Unreleased
+## v3.0.2
4
+[Check the diff](https://github.com/elastic/apm-agent-python/compare/v3.0.1...v3.0.2)
5
6
* fixed an issue with detecting names of wrapped functions that are partials (#294)
-
7
+ * fixed a bug in Flask instrumentation that could appear together with FlaskAPI (#286)
8
## v3.0.1
9
10
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v3.0.0...v3.0.1)
elasticapm/version.py
@@ -1,2 +1,2 @@
-__version__ = (3, 0, 1)
+__version__ = (3, 0, 2)
VERSION = ".".join(map(str, __version__))
0 commit comments