Skip to content

Commit da883f4

Browse files
authored
update CHANGELOG and bump version to 6.21.4 (#2008)
1 parent 2383dc2 commit da883f4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.asciidoc

+8
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ endif::[]
3232
[[release-notes-6.x]]
3333
=== Python Agent version 6.x
3434
35+
[[release-notes-6.21.4]]
36+
==== 6.21.4 - 2024-03-19
37+
38+
[float]
39+
===== Bug fixes
40+
41+
* Fix urllib3 2.0.1+ crash with many args {pull}2002[#2002]
42+
3543
[[release-notes-6.21.3]]
3644
==== 6.21.3 - 2024-03-08
3745

elasticapm/version.py

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

0 commit comments

Comments
 (0)