diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f2219..8a3044c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +## [0.5.11] +* Adds `outcomeOf{}` Raise DSL which allows for greater interoperability with Result> and ErrorOr (Chris Myers) + ## [0.5.10] * Adds ` OutcomeOf.asResult(): Result>` (Chris Myers) * Adds ` Result>.toOutcomeOf(): OutcomeOf` (Chris Myers) diff --git a/gradle.properties b/gradle.properties index ffd982c..c90a3cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=app.cash.quiver -VERSION_NAME=0.5.11-SNAPSHOT +VERSION_NAME=0.5.11 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