Skip to content

Commit

Permalink
Release 17.9.0 (#3027)
Browse files Browse the repository at this point in the history
* CHANGELOG

* Bump versions

* Update CHANGELOG

---------

Co-authored-by: crow <[email protected]>
  • Loading branch information
crow and crow authored Mar 14, 2024
1 parent 1c8a19a commit 609838a
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Airship.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AIRSHIP_VERSION="17.8.0"
AIRSHIP_VERSION="17.9.0"

Pod::Spec.new do |s|
s.version = AIRSHIP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Airship/AirshipConfig.xcconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//* Copyright Airship and Contributors */

CURRENT_PROJECT_VERSION = 17.8.0
CURRENT_PROJECT_VERSION = 17.9.0

// Uncomment to include the preview build warning
// OTHER_CFLAGS = $(inherited) -DUA_PREVIEW=1
2 changes: 1 addition & 1 deletion Airship/AirshipCore/Source/AirshipVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Foundation

@objc(UAirshipVersion)
public class AirshipVersion: NSObject {
public static let version = "17.8.0"
public static let version = "17.9.0"

@objc
public class func get() -> String {
Expand Down
2 changes: 1 addition & 1 deletion AirshipContentExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AIRSHIP_VERSION="17.8.0"
AIRSHIP_VERSION="17.9.0"

Pod::Spec.new do |s|
s.version = AIRSHIP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion AirshipDebug.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AIRSHIP_VERSION="17.8.0"
AIRSHIP_VERSION="17.9.0"

Pod::Spec.new do |s|
s.version = AIRSHIP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion AirshipServiceExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AIRSHIP_VERSION="17.8.0"
AIRSHIP_VERSION="17.9.0"

Pod::Spec.new do |s|
s.version = AIRSHIP_VERSION
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

[Migration Guides](https://github.com/urbanairship/ios-library/tree/main/Documentation/Migration)

## Version 17.9.0, March 14, 2024
Minor release with several bug fixes and stability improvements.

### Changes
- Added message center predicate functionality
- Fixed top-placed in-app message corner rounding
- Added message center theming support for named colors and dark mode
- Exposed additional preference center constructors to enable styling

## Version 17.8.0, March 4, 2024
Minor release with several bug fixes and stability improvements.

Expand Down

0 comments on commit 609838a

Please sign in to comment.