2.0.1 – Modernisation + Correct Jitpack Version
This release adds support for custom salts, better integration of the environment providers, and fixes a signal type that was named inconsistently.
It also updates the Gradle Plugin and the Ktor client and raises the minimum version to 33 instead of 31. This bugfix release bumps the jitpack version number so we can actually release it.
Thanks so much to @kkostov and @guillaume-tgl for your contributions! 🚀
What's Changed
- Add support for custom salt by @kkostov in #18
- Upgrade Gradle Plugin by @kkostov in #17
- Environment provider should allow clients to set environment values by @kkostov in #19
- Fix inconsistent SignalType label by @guillaume-tgl in #15
- Ktor Client and Gradle Plugin Updates by @kkostov in #21
- Fix jitpack release by @kkostov in #22
New Contributors
- @guillaume-tgl made their first contribution in #15
Full Changelog: 1.1.0...2.0.1