Skip to content

Commit ed4ce5f

Browse files
committed
update CHANGELOG and bump version to 5.8.1
1 parent d137d98 commit ed4ce5f

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

CHANGELOG.asciidoc

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,18 @@ endif::[]
3030
//===== Bug fixes
3131
//
3232
33-
=== Unreleased
34-
35-
// Unreleased changes go here
36-
// When the next release happens, nest these changes under the "Python Agent version 5.x" heading
37-
[float]
38-
===== Features
33+
[[release-notes-5.x]]
34+
=== Python Agent version 5.x
3935
36+
[[release-notes-5.8.1]]
37+
==== v5.8.1
4038
4139
[float]
4240
===== Bug fixes
4341
4442
* Updated CLOUD_PROVIDER config to allow for new options defined in https://github.com/elastic/apm/issues/289[#289] {pull}878[#878]
4543
* Fixed a bug in AWS metadata collection on docker containers in AWS Elastic Beanstalk {pull}884[#884]
46-
47-
48-
[[release-notes-5.x]]
49-
=== Python Agent version 5.x
44+
* Fixed a bug in local variable serialization that could occur in multi-threaded applications {pull}885[#885]
5045
5146
[[release-notes-5.8.0]]
5247
==== v5.8.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, 8, 0)
31+
__version__ = (5, 8, 1)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)