Skip to content

Commit f600230

Browse files
committed
update CHANGELOG and bump version to 4.0.0
1 parent 895c21e commit f600230

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

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

56
**BREAKING** Version 4 of the agent implements a new wire protocol for communicating with
6-
the APM Server. This format is only supported in APM Server 6.5+.
7+
the APM Server. This format is only supported in *APM Server 6.5+*.
78

89
Further breaking changes:
910

elasticapm/version.py

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

0 commit comments

Comments
 (0)