Skip to content

Commit

Permalink
update CHANGELOG and bump version to 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwohli committed Jun 11, 2020
1 parent d98f812 commit d4b5378
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,24 @@ endif::[]
===== Bug fixes
////
=== Unreleased
//=== Unreleased
// Unreleased changes go here
// When the next release happens, nest these changes under the "Python Agent version 5.x" heading
//[float]
//===== Features
//
//
//[float]
//===== Bug fixes
//
[[release-notes-5.x]]
=== Python Agent version 5.x
[[release-notes-5.7.0]]
==== v5.7.0
[float]
===== Features
Expand All @@ -36,9 +50,8 @@ endif::[]
* Omit the "sync" property on spans by default {pull}854[#854]
* Update the pid/ppid in transport metadata when they change {pull}825[#825]
* Added better error handling around closing the transport {pull}838[#838]
* Fixed an issue with the django admin command not detecting misconfigured server urls {pull}855[#855]
[[release-notes-5.x]]
=== Python Agent version 5.x
[[release-notes-5.6.0]]
==== v5.6.0
Expand Down
2 changes: 1 addition & 1 deletion elasticapm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = (5, 6, 0)
__version__ = (5, 7, 0)
VERSION = ".".join(map(str, __version__))

0 comments on commit d4b5378

Please sign in to comment.