From eada6fbfe2e7c6a8e6e44eec6287c64970dc4198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Art=C5=ABrs=20Kadi=C4=B7is?= Date: Fri, 20 Dec 2024 14:11:27 +0200 Subject: [PATCH] Changelog 24.05.20 --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21049583727..683ac4a8831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,23 @@ -## Version 24.05.XX +## Version 24.05.20 Fixes: - [push] Fixed bug where IOS credentials get mixed up while sending messages from different apps at the same time - [push] Fixed bug where it crashes in connection pool growth because of a type mismatch in an if condition +Security: +- [cohorts] Prevent query injection on cohort creation + Dependencies: - Bump countly-sdk-nodejs from 22.6.0 to 24.10.0 - Bump countly-sdk-web from 24.4.1 to 24.11.0 +- Bump express from 4.21.1 to 4.21.2 - Bump form-data from 4.0.0 to 4.0.1 - Bump jimp from 0.22.12 to 1.6.0 - Bump jsdoc from 4.0.3 to 4.0.4 +- Bump mocha from 10.2.0 to 10.8.2 +- Bump mongodb from 4.9.1 to 4.17.2 - Bump nodemailer from 6.9.15 to 6.9.16 - Bump puppeteer from 23.8.0 to 23.9.0 - Bump tslib from 2.7.0 to 2.8.1 -- Bump express from 4.21.1 to 4.21.2 -- Bump mocha from 10.2.0 to 10.8.2 -- Bump mongodb from 4.9.1 to 4.17.2 ## Version 24.05.19 Fixes: