diff --git a/gradle-plugin/CHANGELOG.md b/gradle-plugin/CHANGELOG.md index 3e484ca4..0d3a8e45 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). +## 3.0.0-rc02 - 2024-05-23 + +- Fix issue with ArtifactMetadata + filename. [#152](https://github.com/EmergeTools/emerge-android/pull/152) + ## 3.0.0-rc01 - 2024-05-23 - Adds transform for marking preview annotations as runtime diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8604868f..4184ed45 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ okhttp = "4.10.0" junit-jupiter = "5.8.2" # internal -emerge-gradle-plugin = "3.0.0-rc01" +emerge-gradle-plugin = "3.0.0-rc02" emerge-peformance = "2.1.2" emerge-snapshots = "1.0.0-rc01"