diff --git a/CHANGELOG.md b/CHANGELOG.md index 68317de..38690d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## next-version +## [7.3.1] - 2023-03-01 + +### Changed: +- Updated underlying iOS SDK version to 27.3.1 (up from 27.3.0) + +## [7.3.0] - 2023-01-12 ### Changed: - Public: Updated underlying Onfido native SDKs versions: diff --git a/ios/Podfile b/ios/Podfile index 8324ecc..ad2b435 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -4,7 +4,7 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ platform :ios, '11.0' target 'OnfidoSdk' do - pod 'Onfido', '27.3.0' + pod 'Onfido', '27.3.1' config = use_native_modules! use_react_native!( diff --git a/onfido-react-native-sdk.podspec b/onfido-react-native-sdk.podspec index fdf7351..4fe8364 100644 --- a/onfido-react-native-sdk.podspec +++ b/onfido-react-native-sdk.podspec @@ -20,5 +20,5 @@ Pod::Spec.new do |s| s.requires_arc = true s.dependency "React" - s.dependency "Onfido", "27.3.0" + s.dependency "Onfido", "27.3.1" end diff --git a/package.json b/package.json index 5f823b8..d8e8cbc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@onfido/react-native-sdk", "title": "React Native Onfido Sdk", - "version": "7.3.0", + "version": "7.3.1", "description": "Onfido React Native SDK", "main": "index.ts", "scripts": {