Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
mr3y-the-programmer committed Sep 25, 2024
1 parent 4c49092 commit 4fabec3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.2.5 - 2024-09-25

- BREAKING: all Ids now are represented as `Long` instead of `Int`.
- Add some missing fields into different models.
- Fix some serialization bugs.

## v0.2.0 - 2024-09-23

- Add IOS support.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android.nonTransitiveRClass=true

# Library Publishing configuration
GROUP=io.github.mr3y-the-programmer
VERSION_NAME=0.2.0
VERSION_NAME=0.2.5

SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
Expand Down

0 comments on commit 4fabec3

Please sign in to comment.