diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d5f644d..e6698cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [7.2.0](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.0.1...v7.2.0) (2026-01-21) + + +### Bug Fixes + +* introduce sanitizeBrokerList utility and update broker list handling ([50c3bcf](https://github.com/smallcase/react-native-smallcase-gateway/commit/50c3bcf859d6f3355d9f871eff2f7c2acb6b3c66)) + ## [7.1.0](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.0.1...v7.1.0) (2026-01-19) diff --git a/android/build.gradle b/android/build.gradle index 23dc1cdc..de9d1fe9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -149,7 +149,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion') dependencies { //noinspection GradleDynamicVersion implementation 'com.facebook.react:react-native:+' // From node_modules - implementation 'com.smallcase.gateway:sdk:6.0.1' + implementation 'com.smallcase.gateway:sdk:6.0.2' implementation 'com.smallcase.loans:sdk:5.0.0' implementation "androidx.core:core-ktx:1.3.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" diff --git a/package.json b/package.json index 40b4798a..ab3b3fb1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-smallcase-gateway", "title": "React Native Smallcase Gateway", - "version": "7.1.0", + "version": "7.2.0", "description": "smallcase gateway bindings for react native", "main": "src/index.js", "files": [ diff --git a/react-native-smallcase-gateway.podspec b/react-native-smallcase-gateway.podspec index af4fc835..6b33c6ed 100644 --- a/react-native-smallcase-gateway.podspec +++ b/react-native-smallcase-gateway.podspec @@ -33,6 +33,6 @@ Pod::Spec.new do |s| s.dependency "ReactCommon/turbomodule/core" end - s.dependency 'SCGateway', '7.0.1' + s.dependency 'SCGateway', '7.1.0' s.dependency 'SCLoans', '7.0.0' end