Skip to content

Commit ce175a7

Browse files
Prepare for next release
1 parent 705136b commit ce175a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v0.3.6 - 2024-10-15
4+
5+
- BREAKING: Remove `Authentication` from Public API surface. this shouldn't have been used by anyone, it was just used internally, and its usages are refactored now.
6+
- Prompt Users to Opt-in to call `PodcastIndexClient` constructor & `@PodcastIndexConfigDsl` as these aren't supposed to be used by users, and they're just public for technical limitations.
7+
38
## v0.3.5 - 2024-10-14
49

510
- BREAKING: Starting from this version support for Ktor 3 has been added alongside Ktor 2, and as a part of this change the old `io.github.mr3y-the-programmer:podcastindex-sdk` artifact has been replaced by 2 mutually exclusive artifacts: ktor2, ktor3 respectively.

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.5
21+
VERSION_NAME=0.3.6
2222

2323
SONATYPE_HOST=CENTRAL_PORTAL
2424
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)