Skip to content

Commit f190877

Browse files
committed
update CHANGELOG and bump version to 3.0.0
Signed-off-by: Benjamin Wohlwend <[email protected]>
1 parent e64017d commit f190877

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,8 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## v3.0.0
44

5-
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v2.2.1...master)
5+
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v2.2.1...v3.0.0)
66

77
- adapted "black" code formatter for this repository (#262)
88
- **BREAKING**: dropped support for Python 3.3 (#242)

elasticapm/version.py

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

0 commit comments

Comments
 (0)