Skip to content

Commit

Permalink
updated changelog and bumped to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwohli committed Feb 6, 2018
1 parent 7fb5735 commit 3d13b6c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@
[[changelog]]
== Changelog

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

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

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

* added `max-event-queue-length` setting. ({pull}67[#67])
* 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])
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__ = (1, 0, 0)
__version__ = (2, 0, 0)
VERSION = '.'.join(map(str, __version__))

0 comments on commit 3d13b6c

Please sign in to comment.