Skip to content

Commit

Permalink
Prepare for release 5.0.0 (MobileNativeFoundation#576)
Browse files Browse the repository at this point in the history
Signed-off-by: digitalbuddha <[email protected]>
  • Loading branch information
digitalbuddha authored Sep 14, 2023
1 parent d89925d commit 887c623
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## [Unreleased]
### Thank you to all our wonderful contributors and users

## [5.0.0] (2023-09-14 )
### Stable release of Store 5, major additions since Store 4 (no breaking changes)
* MutableStore
* Validator
* Fallback Mechanism
* KMP support
* Conflict Resolution for store writes
* Removal of experimental duration APIs
* StoreResult.NoNewData

## [5.0.0-beta03] (2023-08-11)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#### Android
```kotlin
implementation "org.mobilenativefoundation.store:store5:5.0.0-beta03"
implementation "org.mobilenativefoundation.store:store5:5.0.0"
implementation "org.jetbrains.kotlinx:atomicfu:0.18.5"
```

Expand All @@ -46,7 +46,7 @@ implementation "org.jetbrains.kotlinx:atomicfu:0.18.5"
```kotlin
commonMain {
dependencies {
implementation("org.mobilenativefoundation.store:store5:5.0.0-beta03")
implementation("org.mobilenativefoundation.store:store5:5.0.0")
implementation("org.jetbrains.kotlinx:atomicfu:0.18.5")
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G

# POM file
GROUP=org.mobilenativefoundation.store
VERSION_NAME=5.0.0-SNAPSHOT
VERSION_NAME=5.0.0
POM_PACKAGING=pom
POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer

Expand Down

0 comments on commit 887c623

Please sign in to comment.