Skip to content

Commit f7a5a88

Browse files
authored
Merge pull request #300 from klarna/release/2.3.12
Release 2.3.12
2 parents 2ffd65d + bceaac9 commit f7a5a88

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.3.12] - 2025-03-06
9+
- Updated the native iOS SDK version to 2.6.27
10+
- Fixed a critical error, affecting the last 2 releases, causing a crash in certain cases with cached old SDK configurations.
11+
812
## [2.3.11] - 2025-03-05
913
- Updated the native Android SDK version to 2.6.26
1014
- Updated the native iOS SDK version to 2.6.26
15+
- :warning: **This version has a critical issue on iOS only**: Please use a newer version of the SDK. Future releases will be cautiously checked to prevent these warnings.
1116

1217
## [2.3.10] - 2025-02-19
1318
- Updated the native Android SDK version to 2.6.25
1419
- Updated the native iOS SDK version to 2.6.25
20+
- :warning: **This version has a critical issue on iOS only**: Please use a newer version of the SDK. Future releases will be cautiously checked to prevent these warnings.
1521

1622
## [2.3.9] - 2024-11-20
1723
- Updated the native Android SDK version to 2.6.23

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-klarna-inapp-sdk",
33
"title": "Klarna Mobile SDK React Native",
4-
"version": "2.3.11",
4+
"version": "2.3.12",
55
"description": "This library wraps Klarna Mobile SDK and exposes its functionality as React Native components.",
66
"main": "lib/commonjs/index",
77
"module": "lib/module/index",

0 commit comments

Comments
 (0)