From f51e6fda6064af1a53fd88ae0834801a9e1d452c Mon Sep 17 00:00:00 2001 From: slisaasquatch Date: Wed, 31 Jan 2024 08:50:20 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aff7c23..b563cfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## [0.1.0] - 2024-01-31 + +### Fixed + +- Removed usage of `org.apache.commons.codec.binary.Base64.decodeBase64(byte[])`, which is + incompatible with Android. + +### Changed + +- Switched to Gradle. +- Internal dependency version bumps. + ## [0.0.5] - 2022-09-23 ### Added @@ -46,7 +58,9 @@ ## [0.0.1] - 2021-02-17 -[Unreleased]: https://github.com/saasquatch/saasquatch-java-sdk/compare/0.0.5...HEAD +[Unreleased]: https://github.com/saasquatch/saasquatch-java-sdk/compare/0.1.0...HEAD + +[0.1.0]: https://github.com/saasquatch/saasquatch-java-sdk/compare/0.0.5...0.1.0 [0.0.5]: https://github.com/saasquatch/saasquatch-java-sdk/compare/0.0.4...0.0.5