Skip to content

Commit 57f4010

Browse files
committed
update CHANGELOG and bump version to 3.0.2
1 parent 7aa3072 commit 57f4010

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

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

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

56
* fixed an issue with detecting names of wrapped functions that are partials (#294)
6-
7+
* fixed a bug in Flask instrumentation that could appear together with FlaskAPI (#286)
78
## v3.0.1
89

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

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

0 commit comments

Comments
 (0)