Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrumac committed Jul 1, 2024
1 parent 665e479 commit 1c4546b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion superwall/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id("signing")
}

version = "1.1.8"
version = "1.1.9"

android {
compileSdk = 34
Expand Down

0 comments on commit 1c4546b

Please sign in to comment.