diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3044c..a577866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## [0.5.12] +* Adds ` Iterable.traverse(f: (A) -> Result): Result>` (Chris Myers) +* Adds ` Iterable.traverseResult(f: (A) -> Result): Result>` (Chris Myers) + ## [0.5.11] * Adds `outcomeOf{}` Raise DSL which allows for greater interoperability with Result> and ErrorOr (Chris Myers) diff --git a/gradle.properties b/gradle.properties index 47c05cc..f14f444 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=app.cash.quiver -VERSION_NAME=0.5.12-SNAPSHOT +VERSION_NAME=0.5.12 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