diff --git a/CHANGELOG.md b/CHANGELOG.md index cf292c6f9e..aaa4844623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## [0.9.11] - 2022-12-05 +## [0.9.12] - 2022-12-06 We've changed this project to focus exclusively on executing Kotlin/JS libraries. @@ -12,6 +12,12 @@ until June 2021), those projects remain as git branches but will not receive fur The project's new Maven coordinates are `app.cash.zipline:zipline`. + * New: Add `ZiplineFunction.isSuspending`. + * New: Add events for `ziplineCreate()`, `moduleLoadStart()`, and `moduleLoadEnd()`. + + +## [0.9.11] - 2022-12-05 + * New: Publish an event when Zipline is closed. * Fix: Avoid a linear search through endpoint names. diff --git a/build.gradle.kts b/build.gradle.kts index 3d05066502..f88dffc1dc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,7 @@ apply(plugin = "com.vanniktech.maven.publish.base") allprojects { group = "app.cash.zipline" - version = "1.0.0-SNAPSHOT" + version = "0.9.12" repositories { mavenCentral()