Skip to content

Commit da79c18

Browse files
committed
update CHANGELOG and bump version to 4.0.2
1 parent 4425fad commit da79c18

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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

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, 1)
1+
__version__ = (4, 0, 2)
22
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)