From 854458c539e7f4ce0165af4dabdadce357313610 Mon Sep 17 00:00:00 2001 From: Pranitha P Shetty Date: Thu, 20 Aug 2026 16:49:12 +0530 Subject: [PATCH] Update CHANGELOG.md and sdk version --- CHANGELOG.md | 7 +++++++ sample/dependencies.gradle.kts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99779aa..b9ae6ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.3.14 + +### Fixed +- Improved masking accuracy on Flutter screens so masks stay aligned with the captured content. +- Reduced startup jank and ANRs during session recording. +- Improved session recording and upload stability. + ## 2.3.13 ### Changed diff --git a/sample/dependencies.gradle.kts b/sample/dependencies.gradle.kts index d51040b..6ce5406 100644 --- a/sample/dependencies.gradle.kts +++ b/sample/dependencies.gradle.kts @@ -1,4 +1,4 @@ -val sdk_version = "2.3.13" +val sdk_version = "2.3.14" extra["versions"] = mapOf( "androidx.core" to "androidx.core:core-ktx:1.9.0",