Skip to content

Commit

Permalink
Release 12.1.0 (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski authored Dec 18, 2019
1 parent 08f8f42 commit c3c3d1d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,36 @@ Android ChangeLog

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

Version 12.1.0 - December 18, 2019
==================================
Minor release that adds an accessor the In-App Automation name.

Changes
-------
- Added name accessor for In-App Automations.
- Fixed a crash when specifying duplicate locale audience conditions for an In-App Automation.
- Fixed application starting a new activity instead of resuming the current activity when launching from a notification.

Version 10.1.4 - December 13, 2019
==================================
Fixes stability issues with in-app automation.

Changes
-------
- Fixed a crash when specifying duplicate locale audience conditions for an In-App Automation.

Version 9.7.3 - December 13, 2019
==================================
Fixes stability issues with in-app automation.

Changes
-------
- Fixed a crash when specifying duplicate locale audience conditions for an In-App Automation.

Version 12.0.0 - November 15, 2019
==================================
Major release decoupling Airship channel registration from push functionality,
and adding support for channel attributes, which allow key value pairs to be
and adding support for channel attributes, which allow key value pairs to be
associated with the application's Airship channel for segmentation purposes.

Custom channel attributes are currently a beta feature. If you wish to
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Airship SDK for Android.
...
// Airship SDK - FCM
implementation 'com.urbanairship.android:urbanairship-fcm:12.0.0'
implementation 'com.urbanairship.android:urbanairship-fcm:12.1.0'
}
```

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.0.0'
airshipVersion = '12.1.0'

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

0 comments on commit c3c3d1d

Please sign in to comment.