Skip to content

Commit 3b254c9

Browse files
Prepare for next release.
1 parent 778554f commit 3b254c9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.3.0 - 2024-10-11
4+
5+
- Added: Value service is now supported.
6+
- Added: Recent service is now supported.
7+
- Added: Stats & Categories endpoints/services are now supported.
8+
- Added: Handle case when API rate limit has been reached.
9+
310
## v0.2.5 - 2024-09-25
411

512
- BREAKING: all Ids now are represented as `Long` instead of `Int`.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android.nonTransitiveRClass=true
1818

1919
# Library Publishing configuration
2020
GROUP=io.github.mr3y-the-programmer
21-
VERSION_NAME=0.2.5
21+
VERSION_NAME=0.3.0
2222

2323
SONATYPE_HOST=CENTRAL_PORTAL
2424
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)