2023-10-02 02:14:59 -07:00
|
|
|
# Changelog
|
|
|
|
All notable changes to this library will be documented in this file.
|
2020-09-19 00:51:46 -07:00
|
|
|
|
2023-10-02 02:14:59 -07:00
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
2025-03-20 04:43:04 -07:00
|
|
|
## [1.0.9] - 2025-03-20
|
|
|
|
|
2025-03-17 02:45:31 -07:00
|
|
|
### Changed
|
|
|
|
- Gradle 8.13
|
|
|
|
- Kotlin 2.0.20
|
|
|
|
- Other dependency update
|
|
|
|
|
2024-04-14 06:31:48 -07:00
|
|
|
## [1.0.8] - 2024-04-14
|
|
|
|
|
2024-04-14 05:11:14 -07:00
|
|
|
### Changed
|
|
|
|
- Gradle 8.7
|
|
|
|
- Kotlin 1.9.23
|
|
|
|
- Other dependency update
|
|
|
|
|
2024-04-14 06:31:48 -07:00
|
|
|
## [1.0.7] - 2024-01-02
|
2024-01-02 06:17:07 -08:00
|
|
|
|
2024-01-02 01:40:14 -08:00
|
|
|
### Changed
|
|
|
|
- Gradle 8.5
|
2024-01-02 06:15:27 -08:00
|
|
|
- Kotlin 1.9.21
|
|
|
|
- Other dependency update
|
2024-01-02 01:40:14 -08:00
|
|
|
|
2023-10-02 02:14:59 -07:00
|
|
|
## [1.0.6] - 2023-09-27
|
2023-08-31 01:11:17 -07:00
|
|
|
- Gradle 8.3
|
2023-10-02 02:14:59 -07:00
|
|
|
- Updated other internally used dependencies
|
2023-08-31 01:11:17 -07:00
|
|
|
|
2023-10-02 02:14:59 -07:00
|
|
|
## [1.0.5] - 2023-05-22
|
2023-05-18 12:16:40 -07:00
|
|
|
- Improved performance and memory usage
|
|
|
|
- Kotlin 1.8.21
|
|
|
|
- Internal changes to better support Kotlin Multiplatform
|
|
|
|
|
2023-10-02 02:14:59 -07:00
|
|
|
## [1.0.4] - 2022-07-29
|
2022-06-22 09:14:13 -07:00
|
|
|
- Fixed Maven publishing error in 1.0.3 release
|
|
|
|
|
2023-10-02 02:14:59 -07:00
|
|
|
## [1.0.3] - 2022-07-26
|
2022-06-22 09:14:13 -07:00
|
|
|
- Kotlin 1.7.10
|
2022-06-29 13:33:33 -07:00
|
|
|
- Internal changes to support multiplatform in the future (consumers using Maven instead of Gradle may need to suffix -jvm to the artifact name)
|
2022-06-14 04:47:48 -07:00
|
|
|
- Snapshot builds are available prior to final release
|
|
|
|
|
2023-10-02 02:14:59 -07:00
|
|
|
## [1.0.2] - 2022-06-14
|
2022-06-14 04:47:48 -07:00
|
|
|
- Publish to Maven Central due to Jcenter deprecation
|
|
|
|
|
2023-10-02 02:14:59 -07:00
|
|
|
## [1.0.1] - 2020-09-19
|
2020-09-19 00:52:51 -07:00
|
|
|
- First non-beta release!
|
|
|
|
- New: Adds support for older devices that are missing crypto libraries.
|
|
|
|
- New: Updates to v1.4.10 of kotlin.
|
|
|
|
- Fix: Bug in publishing script.
|