Skip to content

Commit b506708

Browse files
committed
update CHANGELOG and bump version to 5.4.2
1 parent 40fa9c9 commit b506708

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ endif::[]
2626
[[release-notes-5.x]]
2727
=== Python Agent version 5.x
2828
29+
[[release-notes-5.4.2]]
30+
==== v5.4.2
31+
32+
https://github.com/elastic/apm-agent-python/compare/v5.4.1\...v5.4.2[Check the diff]
33+
34+
[float]
35+
===== Bug fixes
36+
37+
* fixed a bug in our celery implementation related to the threading refactor in 5.4.0 {pull}724[#724]
38+
2939
[[release-notes-5.4.1]]
3040
==== v5.4.1
3141

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, 4, 1)
31+
__version__ = (5, 4, 2)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)