diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c38cf..03fad79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,16 @@ Change Log Next release ---------------------------- -* Tag type, replacing raw string usage. * -Version 0.0.2 *(2023-04-12)* +Version 0.0.4 *(2023-05-18)* +---------------------------- + +* Add ability to filter notes by hashtag +* Add event signature validation +* Add real type for event tags + +Version 0.0.3 *(2023-04-12)* ---------------------------- * NIP-25 Reactions diff --git a/gradle.properties b/gradle.properties index 36fbeec..ae5e6f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=app.cash.nostrino -VERSION_NAME=0.0.4-SNAPSHOT +VERSION_NAME=0.0.4 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