diff --git a/CHANGELOG.md b/CHANGELOG.md index 2219014ef..fcdb78273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========= +0.10.1 +------ + +_2023-07-09_ + +- [runtime] Make `CircuitContent` overload with `Navigator` public. +- [runtime] Remember `Presenter` and `Ui` in `CircuitContent`. +- [runtime] Fix kdoc typo in `RememberRetained` . + +Special thanks to [@chrisbanes](https://github.com/chrisbanes) and [@bryanstern](https://github.com/bryanstern) for contributing to this release! + 0.10.0 ------ diff --git a/gradle.properties b/gradle.properties index 8a46f57b7..a02023a22 100644 --- a/gradle.properties +++ b/gradle.properties @@ -65,7 +65,7 @@ POM_DEVELOPER_ID=slackhq POM_DEVELOPER_NAME=Slack Technologies, Inc. POM_DEVELOPER_URL=https://github.com/slackhq POM_INCEPTION_YEAR=2022 -VERSION_NAME=1.0.0-SNAPSHOT +VERSION_NAME=0.10.1 circuit.mavenUrls.snapshots.sonatype=https://oss.sonatype.org/content/repositories/snapshots circuit.mavenUrls.snapshots.sonatypes01=https://s01.oss.sonatype.org/content/repositories/snapshots