diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9292d..0b85e7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.6] - 2021-12-11 +### What's new +- Adds target for `iosSimulatorArm64` +- Library Updates + - Kotlin to 1.6.0 + - Paging to 3.1.0 + ## [0.4.5] - 2021-10-07 ### What's new - Adds JVM Support (#21) (Thanks @msfjarvis) diff --git a/README.md b/README.md index b6d2fa1..63699fb 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,11 @@ A Kotlin Multiplatform library for pagination. This library is used on Kotlin Multiplatform that targets Android and iOS. -Check the table below for the compatibilty across versions +Check the table below for the compatibility across versions | Library | Kotlin | Paging | | ---------- | ------- | ------------- | +| 0.4.6 | 1.6.0 | 3.1.0 | | 0.4.5 | 1.5.31 | 3.0.1 | | 0.4.4 | 1.5.30 | 3.0.1 | | 0.4.3 | 1.5.30 | 3.0.1 |