diff --git a/CHANGELOG.md b/CHANGELOG.md index ca68b801..9c081107 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.3](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.2.1...v7.2.3) (2026-02-23) + + +### Bug Fixes + +* update SDK version to 6.0.3 and adjust podspec dependency to 7.1.1 ([6226b7c](https://github.com/smallcase/react-native-smallcase-gateway/commit/6226b7ca33c778161ca7f78c29221a9d3e553632)) + ### [7.2.2](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.2.0...v7.2.2) (2026-02-12) diff --git a/package.json b/package.json index ac37eb4a..0eab70fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-smallcase-gateway", "title": "React Native Smallcase Gateway", - "version": "7.2.2", + "version": "7.2.3", "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 c0017f98..333f8066 100644 --- a/react-native-smallcase-gateway.podspec +++ b/react-native-smallcase-gateway.podspec @@ -34,6 +34,6 @@ Pod::Spec.new do |s| s.dependency "ReactCommon/turbomodule/core" end - s.dependency 'SCGateway', '7.1.1' + s.dependency 'SCGateway', '7.1.2' s.dependency 'SCLoans', '7.0.0' end