Skip to content

Commit 3d13b6c

Browse files
committed
updated changelog and bumped to v2.0.0
1 parent 7fb5735 commit 3d13b6c

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.asciidoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@
66
[[changelog]]
77
== Changelog
88

9+
//
10+
//[[release-next]]
11+
//[float]
12+
//=== Unreleased
13+
//https://github.com/elastic/apm-agent-python/compare/v1.0.0\...master[Check the HEAD diff]
914

10-
[[release-next]]
15+
[[release-2.0.0]]
1116
[float]
12-
=== Unreleased
13-
https://github.com/elastic/apm-agent-python/compare/v1.0.0\...master[Check the HEAD diff]
17+
=== v2.0.0
18+
https://github.com/elastic/apm-agent-python/compare/v1.0.0\...v2.0.0[Check the diff]
1419

1520
* moved the library-frame detection from a processor to the stacktrace collection ({pull}113[#113]).
1621
* added settings to enable/disable source code collection and local variables collection
@@ -50,7 +55,7 @@ https://github.com/elastic/apm-agent-python/compare/v1.0.0\...master[Check the H
5055
[[release-1.0.0]]
5156
[float]
5257
=== v1.0.0
53-
https://github.com/elastic/apm-agent-python/compare/v1.0.0.dev3\...v1.0.0[Check the HEAD diff]
58+
https://github.com/elastic/apm-agent-python/compare/v1.0.0.dev3\...v1.0.0[Check the diff]
5459

5560
* added `max-event-queue-length` setting. ({pull}67[#67])
5661
* changed name that the agent reports itself with to the APM server from `elasticapm-python` to `python`. This aligns the Python agent with other languages. ({pull}104[#104])

elasticapm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = (1, 0, 0)
1+
__version__ = (2, 0, 0)
22
VERSION = '.'.join(map(str, __version__))

0 commit comments

Comments
 (0)