From 1c4546b519c4af0e6dacd59079fbbb13ccc38497 Mon Sep 17 00:00:00 2001 From: Ian Rumac Date: Mon, 1 Jul 2024 14:41:34 +0200 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 3 ++- superwall/build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb209c1f..8d75f34f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,9 @@ The changelog for `Superwall`. Also see the [releases](https://github.com/superw ### Fixes -- Fixes SW-2878 and it's related leaks. The `PaywallViewController` was not being properly detached when activity was stopped, causing memory leaks. +- SW-2878: and it's related leaks. The `PaywallViewController` was not being properly detached when activity was stopped, causing memory leaks. - SW-2872: Fixes issue where `deviceAttributes` event and fetching would not await for IP geo to complete. +- Fixes issues on tablet devices where the paywall would close after rotation/configuration change. ## 1.1.8 diff --git a/superwall/build.gradle.kts b/superwall/build.gradle.kts index 2e556e5c..504562cd 100644 --- a/superwall/build.gradle.kts +++ b/superwall/build.gradle.kts @@ -20,7 +20,7 @@ plugins { id("signing") } -version = "1.1.8" +version = "1.1.9" android { compileSdk = 34