diff --git a/canary/ComponentsV2/build.gradle.kts b/canary/ComponentsV2/build.gradle.kts index d4cb46a..4c55594 100644 --- a/canary/ComponentsV2/build.gradle.kts +++ b/canary/ComponentsV2/build.gradle.kts @@ -1,6 +1,6 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar -version = "7.15.1" +version = "8.7.0" description = "Beta backport of ComponentsV2" aliucord { @@ -14,6 +14,10 @@ aliucord { Changelog {added marginTop} ====================== + # 8.7.0 + * Prevent ViewRaw crash + * Add a CV2 tag to distinguish new embeds (will not be in core) + # 7.15.1 * Fix broken reply preview >w<