diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c7964..d304d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 2.0.0-rc2 +# 2.0.0 * Methods that formerly returned Response now return Result. You'll need to change all instances of `.call()` to `.call()?` or handle errors using a `match` statement.