From 88bff5ed1ca39b884222b7b71669ea0eb268f69d Mon Sep 17 00:00:00 2001
From: Zac Sweers <pandanomic@gmail.com>
Date: Sun, 10 Jan 2021 00:10:41 -0500
Subject: [PATCH] Prepare for release 0.6.0.

---
 CHANGELOG.md      | 10 ++++++++++
 gradle.properties |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c21697f..2a85a137 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
 Changelog
 =========
 
+0.6.0
+------------
+
+_2021-01-09_
+
+* Gradle plugin extension now uses modern Gradle `Property` APIs. Minimum Gradle version is now 5.1.
+* Android-specific APIs (i.e. `variantFilter`) are now removed. If you still want this, consider
+configuring this manually in your own build however you see fit in tandem with the `enabled` property.
+* **Fix:** IR supports redacted classes now too.
+
 0.5.0
 ------------
 
diff --git a/gradle.properties b/gradle.properties
index d6963a91..20f8af6c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -4,7 +4,7 @@ maven_publish_plugin_version=0.12.0
 kapt.includeCompileClasspath=false
 
 GROUP=dev.zacsweers.redacted
-VERSION_NAME=1.0.0-SNAPSHOT
+VERSION_NAME=0.6.0
 POM_DESCRIPTION=A Kotlin compiler plugin that generates redacted toString() implementations.
 POM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/
 POM_SCM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/