diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f37cee..1d1f034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ## Unreleased +## 1.3.1 - 2024-05-21 + +### Fixed +- Fixed New Feature Generation when not using the AI client + + ## 1.3.0 - 2024-05-11 This release features an integration with Generative AI to build more tailored content when creating Jetpack Compose Features. diff --git a/gradle.properties b/gradle.properties index 1049b8f..28f6118 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = com.levinzonr.arch.jetpackcompose.plugin pluginName = jetpack-compose-arch-plugin -pluginVersion = 1.3.0 +pluginVersion = 1.3.1 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild = 223