Skip to content

Commit d4b5378

Browse files
committed
update CHANGELOG and bump version to 5.7.0
1 parent d98f812 commit d4b5378

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.asciidoc

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,24 @@ endif::[]
1818
===== Bug fixes
1919
////
2020
21-
=== Unreleased
21+
//=== Unreleased
2222
2323
// Unreleased changes go here
2424
// When the next release happens, nest these changes under the "Python Agent version 5.x" heading
25+
//[float]
26+
//===== Features
27+
//
28+
//
29+
//[float]
30+
//===== Bug fixes
31+
//
32+
33+
[[release-notes-5.x]]
34+
=== Python Agent version 5.x
35+
36+
[[release-notes-5.7.0]]
37+
==== v5.7.0
38+
2539
[float]
2640
===== Features
2741
@@ -36,9 +50,8 @@ endif::[]
3650
* Omit the "sync" property on spans by default {pull}854[#854]
3751
* Update the pid/ppid in transport metadata when they change {pull}825[#825]
3852
* Added better error handling around closing the transport {pull}838[#838]
53+
* Fixed an issue with the django admin command not detecting misconfigured server urls {pull}855[#855]
3954
40-
[[release-notes-5.x]]
41-
=== Python Agent version 5.x
4255
4356
[[release-notes-5.6.0]]
4457
==== v5.6.0

elasticapm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030

31-
__version__ = (5, 6, 0)
31+
__version__ = (5, 7, 0)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)