Skip to content

Commit

Permalink
build: Set version to 3.2.0
Browse files Browse the repository at this point in the history
\## New Features:
- Use ssm instead of secrets manager (NOJIRA)
\## Development/Code improvements:
- Chore: fix codacy issues (NOJIRA)
- Refactor: use text blocks (NOJIRA)
\## Dependencies Updates:
- Bump io.freefair.lombok from 8.0.1 to 8.1.0 (NOJIRA)
- Bump org.mockito:mockito-junit-jupiter from 5.3.1 to 5.4.0 (NOJIRA)
- Bump org.testcontainers:testcontainers-bom (NOJIRA)
- Bump org.testcontainers:testcontainers-bom (NOJIRA)
- Quarkus 3.1.2 and gradle 8.1.1 (NOJIRA)
- Update to quarkus 3.2.2 (NOJIRA)
  • Loading branch information
yuriytkach committed Jul 30, 2023
1 parent 6392740 commit 4bb26d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ Displays all created funds with status (how much raised)

**Track donation:**
```text
/fund track car eur 500 Vasya 2022-05-12 14:15
/fund track car uah 500 Vasya 14:15 - track for today's date
/fund track car usd 500 Vasya - track for today's date and time
/fund track car usd 500 - track for noname person
/fund track car eur 500 Ivan 2022-05-12 14:15
/fund track car uah 500 Ivan 14:15 - track for today's date
/fund track car usd 500 Ivan - track for today's date and time
/fund track car usd 500 - track for noname person
```
This will track donation for fund with short name `car`.
- Any supported currency is allowed. Currency conversion takes place.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
}

group 'com.yuriytkach'
version '3.1.1'
version '3.2.0'

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit 4bb26d4

Please sign in to comment.