From 11958f0d1a9ab164583a8dd9883702070be2f87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Silva?= Date: Tue, 16 Jul 2024 23:23:10 +0100 Subject: [PATCH] Release v1.1.1 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c35ea..e1df7e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/README.md b/README.md index 5e88e59..e45f16d 100644 --- a/README.md +++ b/README.md @@ -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") } } }