Skip to content

Commit e5a2e11

Browse files
committed
update CHANGELOG and bump version to 5.2.1
1 parent eac52a8 commit e5a2e11

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

3-
## Unreleased
4-
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v5.2.0...master)
3+
=======
4+
## v5.2.1
5+
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v5.2.0...v5.2.1)
56

67
### Bugfixes
78
* fixed an issue with DroppedSpans and logging integration (#602)

elasticapm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030

31-
__version__ = (5, 2, 0)
31+
__version__ = (5, 2, 1)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)