Skip to content

Commit c8ae9e4

Browse files
committed
update CHANGELOG and bump version to 2.2.1
1 parent 776a6a9 commit c8ae9e4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v2.2.1
4+
5+
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v2.2.0...v2.2.1)
6+
7+
- fixed an issue with Django Channels (#232, #233)
8+
39
## v2.2.0
410

511
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v2.1.1...v2.2.0)

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

0 commit comments

Comments
 (0)