diff --git a/CHANGELOG.md b/CHANGELOG.md index 865d6da..5d4408a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Change Log ========== +Version 2.6 +----------- + +_2024-04-30_ + +Compose call group chain information is now available. (#160) + Version 2.5 ------------- diff --git a/README.md b/README.md index 8d88393..767b500 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Add the `radiography` dependency to your app's `build.gradle` file: ```gradle dependencies { - implementation 'com.squareup.radiography:radiography:2.5' + implementation 'com.squareup.radiography:radiography:2.6' } ``` diff --git a/gradle.properties b/gradle.properties index 4258bde..cd34054 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,7 @@ android.useAndroidX=true systemProp.org.gradle.internal.publish.checksums.insecure=true GROUP=com.squareup.radiography -VERSION_NAME=2.6-SNAPSHOT +VERSION_NAME=2.6 POM_DESCRIPTION=Pretty printing of view hierarchies