Skip to content

Commit 8c2ecca

Browse files
committed
update CHANGELOG and bump version to 5.10.0
1 parent 82e4c62 commit 8c2ecca

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

CHANGELOG.asciidoc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ endif::[]
3030
//===== Bug fixes
3131
//
3232
33-
=== Unreleased
33+
[[release-notes-5.x]]
34+
=== Python Agent version 5.x
3435
35-
// Unreleased changes go here
36-
// When the next release happens, nest these changes under the "Python Agent version 5.x" heading
36+
[[release-notes-5.10.0]]
37+
==== v5.10.0
3738
[float]
3839
===== Features
3940
@@ -43,6 +44,7 @@ endif::[]
4344
* Implement `log_level` config (supports central config) {pull}946[#946]
4445
* Implement `transaction_ignore_urls` config (supports central config) {pull}923[#923]
4546
* Add public API to retrieve trace parent header {pull}956[#956]
47+
* Added support for cgroup memory metrics {pull}846[#846]
4648
4749
4850
[float]
@@ -54,10 +56,6 @@ endif::[]
5456
* Adapted kubernetes kubepod regex for detecting kubernetes metadata {pull}958[#958]
5557
* Updated Starlette integration to use the route as transaction name if possible {pull}957[#957]
5658
57-
58-
[[release-notes-5.x]]
59-
=== Python Agent version 5.x
60-
6159
[[release-notes-5.9.0]]
6260
==== v5.9.0
6361

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, 9, 0)
31+
__version__ = (5, 10, 0)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)