Skip to content

Commit e0bc2ae

Browse files
committed
update CHANGELOG and bump version to 3.0.3
1 parent b767230 commit e0bc2ae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## v3.0.2
49
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v3.0.1...v3.0.2)
510

elasticapm/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = (3, 0, 2)
1+
__version__ = (3, 0, 3)
22
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)