diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad30bb..32f8b89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes are documented in this file. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [1.0.3] - 2021-07-22 + +### Fixed + +- Apple and Windows targets not being published + ## [1.0.2] - 2021-07-22 ### Added diff --git a/README.md b/README.md index d81b48e..d05429e 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ kotlin { sourceSets { val commonMain by getting { dependencies { - implementation("com.doist.x:normalize:1.0.2") + implementation("com.doist.x:normalize:1.0.3") } } }