Skip to content

Commit

Permalink
Add version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalossilva committed Jul 22, 2021
1 parent 959b91a commit fc9b850
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes are documented in this file. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.0.2] - 2021-07-22

### Added

- Support for watchOS ARM 32-bit, including the Apple Watch Series 3, still supported by watchOS 7
- Support for Linux ARM 64-bit, including the Raspberry Pi 4

## [1.0.1] - 2021-05-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("com.doist.x:normalize:1.0.1")
implementation("com.doist.x:normalize:1.0.2")
}
}
}
Expand Down

0 comments on commit fc9b850

Please sign in to comment.