diff --git a/CHANGELOG.md b/CHANGELOG.md index 960157c..5b525f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,12 @@ ## Unreleased [//]: # (Changed, Added, Removed, Fixed, Updated) -- ... + + +## [0.3.0] - 2024-04-28 ### Updated -- **bump `binary-compatibility-validator` to _0.14.0_**. +- **bump [BCV][bcv] to _0.14.0_**. - bump Gradle to _8.7_. - bump `fluxo-kmp-conf` to _0.8.0_. - bump Kotlin to _1.9.23_. @@ -46,6 +48,7 @@ _Minor update release._ ## Notes +[0.3.0]: https://github.com/fluxo-kt/fluxo-bcv-js/releases/tag/v0.3.0 [0.2.0]: https://github.com/fluxo-kt/fluxo-bcv-js/releases/tag/v0.2.0 [0.1.0]: https://github.com/fluxo-kt/fluxo-bcv-js/releases/tag/v0.1.0 [0.0.1-rc]: https://github.com/fluxo-kt/fluxo-bcv-js/releases/tag/v0.0.1-rc diff --git a/README.md b/README.md index 15d3d32..93e3756 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Compatibility tested with: plugins { kotlin("multiplatform") version "1.9.23" // <-- multiplatform or js, versions from 1.6.20 to 1.9 id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0" // <-- 0.8 .. 0.13 - id("io.github.fluxo-kt.binary-compatibility-validator-js") version "0.2.0" // <-- add here + id("io.github.fluxo-kt.binary-compatibility-validator-js") version "0.3.0" // <-- add here } kotlin { js(IR) { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1984afb..3ededf9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ [versions] -fluxoBcvJs = "0.3.0-dev" +fluxoBcvJs = "0.3.0" # Public API management tool # https://github.com/Kotlin/binary-compatibility-validator/releases