We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c49092 commit 4fabec3Copy full SHA for 4fabec3
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.2.5 - 2024-09-25
4
+
5
+- BREAKING: all Ids now are represented as `Long` instead of `Int`.
6
+- Add some missing fields into different models.
7
+- Fix some serialization bugs.
8
9
## v0.2.0 - 2024-09-23
10
11
- Add IOS support.
gradle.properties
@@ -18,7 +18,7 @@ android.nonTransitiveRClass=true
18
19
# Library Publishing configuration
20
GROUP=io.github.mr3y-the-programmer
21
-VERSION_NAME=0.2.0
+VERSION_NAME=0.2.5
22
23
SONATYPE_HOST=CENTRAL_PORTAL
24
RELEASE_SIGNING_ENABLED=true
0 commit comments