Skip to content

Commit

Permalink
updated changelog and bumped to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwohli committed Feb 15, 2018
1 parent 8a486bb commit 3e26e5c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,21 @@
== Changelog


[[release-next]]
//[[release-next]]
//[float]
//=== Unreleased
//https://github.com/elastic/apm-agent-python/compare/v2.0.1\...master[Check the HEAD diff]


[[release-2.0.1]]
[float]
=== Unreleased
https://github.com/elastic/apm-agent-python/compare/v2.0.0\...master[Check the HEAD diff]
=== v2.0.1
https://github.com/elastic/apm-agent-python/compare/v2.0.0\...v2.0.1[Check the diff]

* fixed compatibility issue with aiohttp 3.0 ({pull}157[#157])
* Added truncation for fields that have a `maxLength` in the JSON Schema ({pull}159[#159])


[[release-2.0.0]]
[float]
=== v2.0.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, 0, 0, 'post1')
__version__ = (2, 0, 1)
VERSION = '.'.join(map(str, __version__))

0 comments on commit 3e26e5c

Please sign in to comment.