Skip to content

Commit

Permalink
Release 12.2.4 (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski authored Apr 14, 2020
1 parent f1d1e10 commit 4846a92
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 @@ -2,6 +2,12 @@

[Migration Guides](https://github.com/urbanairship/android-library/tree/master/documentation/migration)

## Version 12.2.4 - April 14, 2020
Patch release to fix a `TransactionTooLargeException` inside the Airship Job manager.

### Changes
- Fixed `TransactionTooLargeException` exception.

## Version 12.2.3 - March 30, 2020
Patch release to fix missing whitelist entries for EUCS cloud site and to fix a crash in event manager.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {

ext {
// Airship Version - major.minor.patch
airshipVersion = '12.2.3'
airshipVersion = '12.2.4'

// Airship Version Qualifier beta, release, etc...
// airshipVersionQualifier = beta
Expand Down

0 comments on commit 4846a92

Please sign in to comment.