diff --git a/CHANGELOG.md b/CHANGELOG.md index dd2acde..0e3d575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Gradle MaryTTS Component Plugin [Unreleased] ------------ +### Changed + +- [all changes since v0.3.1] + +[v0.3.1] - 2023-01-22 +--------------------- + ### Added - Group to all tasks @@ -81,7 +88,9 @@ Gradle MaryTTS Component Plugin Initial release [Unreleased]: https://github.com/marytts/gradle-marytts-component-plugin -[all changes since v0.3.0]: https://github.com/marytts/gradle-marytts-component-plugin/compare/v0.3.0...HEAD +[all changes since v0.3.1]: https://github.com/marytts/gradle-marytts-component-plugin/compare/v0.3.1...HEAD +[v0.3.1]: https://github.com/marytts/gradle-marytts-component-plugin/releases/tag/v0.3.1 +[all changes since v0.3.0]: https://github.com/marytts/gradle-marytts-component-plugin/compare/v0.3.0...v0.3.1 [v0.3.0]: https://github.com/marytts/gradle-marytts-component-plugin/releases/tag/v0.3.0 [all changes since v0.2.2]: https://github.com/marytts/gradle-marytts-component-plugin/compare/v0.2.2...v0.3.0 [v0.2.2]: https://github.com/marytts/gradle-marytts-component-plugin/releases/tag/v0.2.2 diff --git a/settings.gradle b/settings.gradle index a1d7067..e5ee139 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,9 +1 @@ -pluginManagement { - repositories { - gradlePluginPortal() - } - plugins { - id 'com.gradle.plugin-publish' version '0.21.0' - } -} rootProject.name = 'gradle-marytts-component-plugin'