diff --git a/gradle-plugin/CHANGELOG.md b/gradle-plugin/CHANGELOG.md index 41333c24..2f59e48f 100644 --- a/gradle-plugin/CHANGELOG.md +++ b/gradle-plugin/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 4.0.0-beta03 - 2024-07-30 + +- Add information for dependency attribution. [#142](https://github.com/EmergeTools/emerge-android/pull/142) +- Add logcat dump to localSnapshots task. [#206](https://github.com/EmergeTools/emerge-android/pull/206) + ## 4.0.0-beta02 - 2024-07-24 - Reaper instrumentation to use invoke-static rather than invoke-virtual. [#199](https://github.com/EmergeTools/emerge-android/pull/199) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 91c00de1..66051113 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ benchmark-junit4 = "1.2.4" mockito = "4.0.0" # internal -emerge-gradle-plugin = "4.0.0-beta02" +emerge-gradle-plugin = "4.0.0-beta03" emerge-peformance = "2.1.2" emerge-reaper = "1.0.0-beta02" emerge-snapshots = "1.1.4"