Skip to content

Commit b9a5ba3

Browse files
committed
update CHANGELOG and bump version to 4.0.3
1 parent f752181 commit b9a5ba3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changelog
22

3-
## Unreleased
3+
## v4.0.3
4+
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v4.0.2...v4.0.3)
45

56
* implemented de-dotting of tag names and context keys (#353)
67
* wrote a quickfix for the boto3/botocore instrumentation (#367)
8+
* fixed an issue with psycopg2 and encoded strings (#366)
79

810
## v4.0.2
911
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v4.0.1...v4.0.2)

elasticapm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = (4, 0, 2)
1+
__version__ = (4, 0, 3)
22
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)