diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da6389e..d377c68a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## Changelog +### 6.2.2 + +- chore(ci): bump actions/setup-java from 5.6.0 to 6.0.0 and migrate the CI JDK distribution from AdoptOpenJDK to Eclipse Temurin (#314) +- chore(deps): bump the Raygun sample app dependency from 6.2.0 to 6.2.1 (#318) +- chore(deps): bump Gradle wrapper from 9.6.1 to 9.7.1 (#320) +- chore(deps): bump Android Gradle Plugin from 9.3.1 to 9.3.2 (#320) +- chore(deps): bump Spotless from 8.9.0 to 8.10.1 (#320) +- chore(deps): bump the provider's AppCompat runtime dependency from 1.7.1 to 1.8.0 (#320) +- chore(deps): refresh dependency locks and verification metadata (#320) + ### 6.2.1 - chore(deps): bump actions/setup-java from 5 to 5.6.0 (#307) diff --git a/README.md b/README.md index 77706a6c..0a98ede7 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ This means that the library is now fully compatible with Kotlin Coroutines and p We recommend using those if you are using Kotlin in your project. As well, the library is still compatible with pure Java Android applications. -Raygun4Android 6.0.0 is currently considered to be the stable release of the provider and is tagged in the repository and supports Android 6+. +Raygun4Android 6.2.2 is the current stable release of the provider and supports Android 6+. -The `develop` branch reflects ongoing work on the version 6 line as tagged snapshots and only supports Android 6+. +The `develop` branch reflects ongoing work on the version 6 line and only supports Android 6+. If you want the *very old* stable version 3.0.6 please check out the change set labelled with `v3.0.6` and go from there. diff --git a/gradle.properties b/gradle.properties index 77d92660..9bf07d46 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ org.gradle.jvmargs=-Xmx1536m # 5.3.3-beta2-SNAPSHOT # # Adding -SNAPSHOT to VERSION_NAME triggers publishing to a snapshot server at Maven Central. -VERSION_NAME=6.2.1 +VERSION_NAME=6.2.2 # Use a numeric value for VERSION_CODE # @@ -42,7 +42,7 @@ VERSION_NAME=6.2.1 # 4.1.0-alpha2 -> 40100032 # 5.2.3 -> 50203000 # 5.3.3-beta2 -> 50303072 -VERSION_CODE=60201099 +VERSION_CODE=60202099 GROUP=com.raygun