Skip to content

Commit 2cd9953

Browse files
Prepare for next release.
1 parent dab7873 commit 2cd9953

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v0.4.0 - 2024-11-13
4+
5+
- Added: Allow customization of Http client configuration. Thanks to @msimonides for contributing this feature.
6+
- Make Ktor client dependency available automatically on classpath using `api` instead of `implementation` in previous releases.
7+
- Clarify Opt-in annotation message.
8+
39
## v0.3.6 - 2024-10-15
410

511
- 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.

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.6
21+
VERSION_NAME=0.4.0
2222

2323
SONATYPE_HOST=CENTRAL_PORTAL
2424
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)