diff --git a/CHANGELOG.md b/CHANGELOG.md index 99d228fa..6ee1990c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ 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.9] - 2024-11-20 +- Updated the native Android SDK version to 2.6.23 + ## [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 diff --git a/package.json b/package.json index 52a69184..6b00d1bf 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.8", + "version": "2.3.9", "description": "This library wraps Klarna Mobile SDK and exposes its functionality as React Native components.", "main": "lib/commonjs/index", "module": "lib/module/index",