diff --git a/CHANGELOG.md b/CHANGELOG.md index 8497d61..c8f2219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## [0.5.10] +* Adds ` OutcomeOf.asResult(): Result>` (Chris Myers) +* Adds ` Result>.toOutcomeOf(): OutcomeOf` (Chris Myers) +* Adds ` Arb.Companion.result(error: Throwable, value: Arb): Arb>` (Chris Myers) +* Adds `Arb.Companion.outcomeOf(error: Throwable, value: Arb): Arb>` (Chris Myers) + ## [0.5.9] ### Added - 2024-08-05 diff --git a/gradle.properties b/gradle.properties index 823e1bd..5fb933b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=app.cash.quiver -VERSION_NAME=0.5.10-SNAPSHOT +VERSION_NAME=0.5.10 POM_URL=https://github.com/cashapp/quiver/ POM_SCM_URL=https://github.com/cashapp/quiver/ POM_SCM_CONNECTION=scm:git:git://github.com/cashapp/quiver.git