diff --git a/CHANGELOG.md b/CHANGELOG.md index 824e54f..430a521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ ## [Unreleased] +## [2022.11.18] + ### Stack - :arrow_up: [accompanist](https://github.com/google/accompanist/releases/tag/v0.27.1) `0.27.0` → `0.27.1` @@ -874,7 +876,8 @@ gradle-infrastructure plugins `0.15`: Initial release -[unreleased]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2022.11.12..main +[unreleased]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2022.11.18..main +[2022.11.18]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2022.11.12..2022.11.18 [2022.11.12]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2022.10.26..2022.11.12 [2022.10.26]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2022.10.06..2022.10.26 [2022.10.06]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2022.09.23..2022.10.06 diff --git a/README.md b/README.md index 8f1c3c9..df12100 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ dependencyResolutionManagement { } versionCatalogs { - val version = "2022.11.12" + val version = "2022.11.18" create("rmr") { from("com.redmadrobot.versions:versions-redmadrobot:$version") } diff --git a/build.gradle.kts b/build.gradle.kts index 5bb2332..4104524 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ subprojects { } group = "com.redmadrobot.versions" - version = "2022.11.12" + version = "2022.11.18" catalog { versionCatalog {