diff --git a/CHANGELOG.md b/CHANGELOG.md index 3300ec8..d2153cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ Change Log Next release ---------------------------- +Version 0.0.5 *(2023-05-21)* +---------------------------- + * Add support for Zap requests as part of NIP-57 +* Release nostr-sdk-test package, which provides kotest-property Arb(itrary) builders for testing applications using nostr-sdk. Version 0.0.4 *(2023-05-18)* ---------------------------- diff --git a/gradle.properties b/gradle.properties index 3c02b96..8a21cb2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=app.cash.nostrino -VERSION_NAME=0.0.5-SNAPSHOT +VERSION_NAME=0.0.5 POM_URL=https://github.com/cashapp/nostrino/ POM_SCM_URL=https://github.com/cashapp/nostrino/ POM_SCM_CONNECTION=scm:git:git://github.com/cashapp/nostrino.git