Skip to content

Commit

Permalink
chore(release): v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dungsil committed Jan 3, 2022
1 parent 5b68d5d commit 98d5f0d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## v1.0.0 (2022-01-03)
### ✨ Features
- Add nullable options to `@EhterAddress`, `@EtherTxHash`

## v0.1.0 (2021-12-02)
First release! 🥳
### ✨ Features
- Add `@EtherAddress` validator
- Add `@EtherTxHash` validator
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "io.eyesprotocol.validator"
version = "0.1.0"
version = "1.0.0"

java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 98d5f0d

Please sign in to comment.