Skip to content

Commit

Permalink
update CHANGELOG and bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwohli committed Jun 13, 2018
1 parent 776a6a9 commit c8ae9e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.2.1

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

- fixed an issue with Django Channels (#232, #233)

## v2.2.0

[Check the diff](https://github.com/elastic/apm-agent-python/compare/v2.1.1...v2.2.0)
Expand Down
2 changes: 1 addition & 1 deletion elasticapm/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = (2, 2, 0,)
__version__ = (2, 2, 1,)
VERSION = '.'.join(map(str, __version__))

0 comments on commit c8ae9e4

Please sign in to comment.