Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slisaasquatch committed Jan 31, 2024
1 parent c954a9d commit f51e6fd
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f51e6fd

Please sign in to comment.