diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ca7779..07700ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. The format is based on the Steamclock [Release Management Guide](https://github.com/steamclock/labs/wiki/Release-Management-Guide). +## Jitpack v2.3 : Jun 19, 2023 +- Added UserReports (#110) +- Updated Sentry plugin version; added exclusion for "default" Timber/Sentry integration (#111) + +--- + ## Jitpack v2.2 : Apr 17, 2023 - Updated to SDK 33, kotlin and Sentry dependencies (#108) diff --git a/steamclog/build.gradle b/steamclog/build.gradle index 473154a..d9c6635 100644 --- a/steamclog/build.gradle +++ b/steamclog/build.gradle @@ -18,7 +18,7 @@ afterEvaluate { // You can then customize attributes of the publication as shown below. groupId = 'com.steamclock.steamclog' artifactId = 'release' - version = 'v2.2' + version = 'v2.3' } } }