Skip to content

Commit

Permalink
update CHANGELOG and bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwohli committed Nov 14, 2018
1 parent 895c21e commit f600230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

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

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

Further breaking changes:

Expand Down
2 changes: 1 addition & 1 deletion elasticapm/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = (3, 0, 2)
__version__ = (4, 0, 0)
VERSION = ".".join(map(str, __version__))

0 comments on commit f600230

Please sign in to comment.