Skip to content

Commit

Permalink
Updated version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ssawchenko committed Jun 19, 2023
1 parent dbe1152 commit 4556517
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion steamclog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}
Expand Down

0 comments on commit 4556517

Please sign in to comment.