Skip to content

Commit

Permalink
Prepare for 10.0.1 release (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshg authored Dec 11, 2023
1 parent 5782232 commit 0af53d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 10.0.1

### Fixed
- Marked `kotlinx-collections-immutable` as an `api` dependency

## 10.0.0

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.0.1-SNAPSHOT
10.0.2-SNAPSHOT
3 changes: 2 additions & 1 deletion lib/lib.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ dependencies {
implementation(libs.moshi.adapters)
implementation(libs.moshi.adapters.lazy)

implementation(libs.kotlin.immutable.collections)
// Immutable collections are exposed in public SmileID interface
api(libs.kotlin.immutable.collections)
implementation(libs.coroutines.core)

implementation(libs.androidx.core)
Expand Down

0 comments on commit 0af53d8

Please sign in to comment.