diff --git a/CHANGELOG.md b/CHANGELOG.md index e1107790..35b586ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ Changelog ========= +1.1.0 +----- + +_2023-03-07_ + +* **New**: Add `M2ApiDetector` rule. This rule can be used to lint against using "Material 2" (`androidx.compose.material`) APIs in codebases that have migrated to Material 3 (M3). This rule is disabled by default, see the docs for more information: https://slackhq.github.io/compose-lints/rules/#use-material-3. +* **Enhancement**: Add `viewmodel-factories` lint option to `ComposeViewModelInjection`. This allows you to define your own known ViewModel factories. Thanks to [@WhosNickDoglio](https://github.com/WhosNickDoglio) for contributing this! +* Build against lint-api to `30.4.2`. +* Test against lint `31.1.0-alpha08`. + 1.0.1 ----- diff --git a/gradle.properties b/gradle.properties index cc327190..5860ace4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,4 +25,4 @@ POM_DEVELOPER_ID=slackhq POM_DEVELOPER_NAME=Salesforce, Inc.. POM_DEVELOPER_URL=https://github.com/slackhq POM_INCEPTION_YEAR=2023 -VERSION_NAME=1.1.0-SNAPSHOT +VERSION_NAME=1.1.0