From 9a86c2dc5cc72cf4ff1dace4530c65c369a68dbd Mon Sep 17 00:00:00 2001 From: Klarna Mobile SDK <67329369+klarna-msdk@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:27:10 +0000 Subject: [PATCH 1/2] bump version to v2.3.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec31ece5..52a69184 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-klarna-inapp-sdk", "title": "Klarna Mobile SDK React Native", - "version": "2.3.7", + "version": "2.3.8", "description": "This library wraps Klarna Mobile SDK and exposes its functionality as React Native components.", "main": "lib/commonjs/index", "module": "lib/module/index", From cd64b7f564cc8ffc27ab1690353c87a5f9b7299b Mon Sep 17 00:00:00 2001 From: Masoud Fallahpourbaee Date: Wed, 30 Oct 2024 15:35:13 +0100 Subject: [PATCH 2/2] Add the changelog for version 2.3.8 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 088c7612..99d228fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.8] - 2024-10-30 +- Updated the native Android SDK version to 2.6.22 +- Updated the native iOS SDK version to 2.6.23 + ## [2.3.7] - 2024-08-22 - Updated iOS native SDK version to 2.6.22 - Added Kotlin Gradle Plugin