From bbd0f14ae3150b908df8588ad6e3641398d1cfc7 Mon Sep 17 00:00:00 2001 From: AnastasiaTWW <61460069+AnastasiaTWW@users.noreply.github.com> Date: Mon, 18 Aug 2025 13:42:34 +0400 Subject: [PATCH] fix the 0.9.3 changelog --- docs/release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index bf7a43b..7b760d1 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,8 +4,8 @@ This page describes new releases of Wallarm API Firewall. ## v0.9.3 (2025-08-15) -* Added support for images with the following MIME types: image/png, image/jpeg, image/gif, image/webp, image/avif, image/heic, image/heif, image/bmp, image/tiff, image/svg+xml -* Bump up Go version to 1.24 +* Relaxed `content-type` handling: API Firewall no longer rejects requests with image MIME types (image/png, image/jpeg, image/gif, image/webp, image/avif, image/heic, image/heif, image/bmp, image/tiff, image/svg+xml) +* Bump Go version to 1.24 ## v0.9.2 (2025-06-09)