Skip to content

Commit 3e26e5c

Browse files
committed
updated changelog and bumped to v2.0.1
1 parent 8a486bb commit 3e26e5c

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.asciidoc

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,21 @@
77
== Changelog
88

99

10-
[[release-next]]
10+
//[[release-next]]
11+
//[float]
12+
//=== Unreleased
13+
//https://github.com/elastic/apm-agent-python/compare/v2.0.1\...master[Check the HEAD diff]
14+
15+
16+
[[release-2.0.1]]
1117
[float]
12-
=== Unreleased
13-
https://github.com/elastic/apm-agent-python/compare/v2.0.0\...master[Check the HEAD diff]
18+
=== v2.0.1
19+
https://github.com/elastic/apm-agent-python/compare/v2.0.0\...v2.0.1[Check the diff]
1420

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

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

0 commit comments

Comments
 (0)