Skip to content

Commit 57a2107

Browse files
committed
chore(release): prepare for 1.0.1 release
1 parent 12c70dd commit 57a2107

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
The changes documented here do not include those from the original repository.
88

9+
## [1.0.1]
10+
11+
### 2026-04-27
12+
13+
- Fix: gallery multiple selection returning duplicate `uri` and `webPath` on Android devices where the MediaStore `_data` column is unavailable. Each selected image now gets a unique cache filename via `UUID.randomUUID()`.
14+
915
## [1.0.0]
1016

1117
### 2026-04-10

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>io.ionic.libs</groupId>
88
<artifactId>ioncamera-android</artifactId>
9-
<version>1.0.0</version>
10-
</project>
9+
<version>1.0.1</version>
10+
</project>

0 commit comments

Comments
 (0)