Skip to content

Commit 003d66f

Browse files
Prepare for next release
1 parent 15865f5 commit 003d66f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## v0.3.1 - 2024-10-12
4+
5+
- Fixed: Serialization crash when podcastFeed's `explicit` is represented as an Int not a Boolean.
6+
37
## v0.3.0 - 2024-10-11
48

59
- Added: Value service is now supported.

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.3.0
21+
VERSION_NAME=0.3.1
2222

2323
SONATYPE_HOST=CENTRAL_PORTAL
2424
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)