Skip to content

Commit

Permalink
feat: release 10.0.9 (#64)
Browse files Browse the repository at this point in the history
* feat: release 10.0.9

* feat: bump version to 10.0.9

* feat; remove unreleased
  • Loading branch information
JNdhlovu authored Apr 15, 2024
1 parent 8c97ce0 commit 72e76de
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Release Notes

## 10.0.9 (Unreleased)
## 10.0.9

* Bump iOS to 10.0.11 (https://github.com/smileidentity/ios/releases/tag/v10.0.11)
* Add Enhanced Document Verification support for Flutter

## 10.0.8

Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ PODS:
- Flutter
- smile_id (10.0.10):
- Flutter
- SmileID (= 10.0.10)
- SmileID (10.0.10):
- SmileID (= 10.0.11)
- SmileID (10.0.11):
- Zip (~> 2.1.0)
- Zip (2.1.2)

Expand All @@ -30,8 +30,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
integration_test: 13825b8a9334a850581300559b8839134b124670
smile_id: 515a6a28e18716b74dd25df3aca54e677b2dcb79
SmileID: ffaa1eab202cb9c402ade1cc66ceaf5a2c99c686
smile_id: 5a6b549a531817322c9848112bac8d12c915183b
SmileID: 93d6f6bee1b988d12c2dc8872e7113dbe9edd5a1
Zip: b3fef584b147b6e582b2256a9815c897d60ddc67

PODFILE CHECKSUM: 929954fb8941cef06249e96bd1516fd2a22ed7a5
Expand Down
2 changes: 1 addition & 1 deletion ios/smile_id.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A new Flutter project.
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
# NB! Update the s.version above when changing this version
s.dependency 'SmileID', '10.0.10'
s.dependency 'SmileID', '10.0.11'
s.platform = :ios, '13.0'

# Flutter.framework does not contain a i386 slice.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: smile_id
description: The Official Smile ID Flutter SDK
version: 10.0.8
version: 10.0.9
homepage: "https://usesmileid.com"

environment:
Expand Down

0 comments on commit 72e76de

Please sign in to comment.