Skip to content

Commit

Permalink
version bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwohli committed Dec 11, 2017
1 parent eb657ee commit efa9f41
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@
== Changelog


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

[[release-1.0.0]]
[float]
=== Unreleased
https://github.com/elastic/apm-agent-python/compare/v1.0.0.dev3\...master[Check the HEAD diff]
=== v1.0.0
https://github.com/elastic/apm-agent-python/compare/v1.0.0.dev3\...v1.0.0[Check the HEAD 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, 'dev3')
__version__ = (1, 0, 0)
VERSION = '.'.join(map(str, __version__))

0 comments on commit efa9f41

Please sign in to comment.