Skip to content

Commit 5a6b736

Browse files
committed
update CHANGELOG and bump version to 4.1.0
1 parent ae2a770 commit 5a6b736

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

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

66
* Added support for collecting system and process metrics (#361)
77
* Added an OpenTracing bridge (#388)

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

0 commit comments

Comments
 (0)