Skip to content

Commit ce46b99

Browse files
committed
update CHANGELOG and bump version to 5.5.1
1 parent b84bbbc commit ce46b99

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.asciidoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ endif::[]
2626
[[release-notes-5.x]]
2727
=== Python Agent version 5.x
2828
29+
[[release-notes-5.5.1]]
30+
==== v5.5.1
31+
32+
[float]
33+
===== Bug fixes
34+
* Fixed Starlette middleware when capturing request body while the content-type header is absent {pull}763[#763]
35+
2936
[[release-notes-5.5.0]]
3037
==== v5.5.0
3138

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

0 commit comments

Comments
 (0)