Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalossilva committed Jul 16, 2024
1 parent 7b0f22e commit 11958f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes are documented in this file. The format follows [Keep a Chan

## [Unreleased]

## [1.1.1] - 2024-07-16

### Fixed

- Ensure root publication is aware of all targets

## [1.1.0] - 2024-07-16

> [!IMPORTANT]
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.1.0")
implementation("com.doist.x:normalize:1.1.1")
}
}
}
Expand Down

0 comments on commit 11958f0

Please sign in to comment.