We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776a6a9 commit c8ae9e4Copy full SHA for c8ae9e4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## v2.2.0
10
11
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v2.1.1...v2.2.0)
elasticapm/version.py
@@ -1,2 +1,2 @@
-__version__ = (2, 2, 0,)
+__version__ = (2, 2, 1,)
VERSION = '.'.join(map(str, __version__))
0 commit comments