We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b767230 commit e0bc2aeCopy full SHA for e0bc2ae
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v3.0.3
4
+[Check the diff](https://github.com/elastic/apm-agent-python/compare/v3.0.2...v3.0.3)
5
+ * fixed an issue when logging messages that are not strings (#295, #312)
6
+ * backported some documentation fixes
7
+
8
## v3.0.2
9
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v3.0.1...v3.0.2)
10
elasticapm/version.py
@@ -1,2 +1,2 @@
-__version__ = (3, 0, 2)
+__version__ = (3, 0, 3)
VERSION = ".".join(map(str, __version__))
0 commit comments