Skip to content

Commit f10b475

Browse files
committed
update CHANGELOG and bump version to 5.4.3
1 parent be6fb85 commit f10b475

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.3]]
30+
==== v5.4.3
31+
32+
https://github.com/elastic/apm-agent-python/compare/v5.4.2\...v5.4.3[Check the diff]
33+
34+
[float]
35+
===== Bug fixes
36+
37+
* fixed a bug in our aiohttp.client support if used with a yarl URL {pull}733[#733]
38+
2939
[[release-notes-5.4.2]]
3040
==== v5.4.2
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, 2)
31+
__version__ = (5, 4, 3)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)