Skip to content

Commit

Permalink
Prepare for release 1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Aug 8, 2023
1 parent fa6ac08 commit 675861b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

1.5.0
-----

_2023-08-08_

- **New**: Add new `successOrNull`, `successOrElse`, and `fold` functional extension APIs to `ApiResult`. These allow easy happy path-ing in user code to coerce results into a concrete value.
- Update to Kotlin `1.9.0`.

1.4.1
-----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ POM_NAME=EitherNet
POM_ARTIFACT_ID=eithernet
POM_PACKAGING=jar
GROUP=com.slack.eithernet
VERSION_NAME=1.5.0-SNAPSHOT
VERSION_NAME=1.5.0
POM_DESCRIPTION=A pluggable sealed API result type for modeling Retrofit responses.
POM_URL=https://github.com/slackhq/eithernet/
POM_SCM_URL=https://github.com/slackhq/eithernet/
Expand Down

0 comments on commit 675861b

Please sign in to comment.