Skip to content

Commit

Permalink
Release 17.0.1 (#2771)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh authored Jun 16, 2023
1 parent 89d059d commit 65baa41
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 8 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.0.0"
AIRSHIP_VERSION="17.0.1"

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.0.0
CURRENT_PROJECT_VERSION = 17.0.1

// 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.0.0"
public static let version = "17.0.1"

@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.0.0"
AIRSHIP_VERSION="17.0.1"

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.0.0"
AIRSHIP_VERSION="17.0.1"

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.0.0"
AIRSHIP_VERSION="17.0.1"

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

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

## Version 17.0.0 June 15, 2023
## Version 17.0.1, June 16, 2023
Patch release that addresses potential ambiguous use errors and improves Message Center module documentation.
Apps upgrading to SDK 17.0.0 should update to 17.0.1 instead.

### Changes
- Fixed potential `ambiguous use of overlay()` errors when using SwiftUI
- Improved Message Center module documentation

## Version 17.0.0, June 15, 2023
Major SDK release that adds support for Stories, In-App experiences downstream of a sequence in Journeys, and improves SDK auth.

This release brings several breaking changes throughout the codebase as we continue the transition from Objective-C to Swift, and as we start adopting structured concurrency.
Expand Down
1 change: 1 addition & 0 deletions Documentation/Migration/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

# Airship iOS SDK Migration Guides
* [SDK 16.x to 17.x](migration-guide-16-17.md)
* [SDK 15.x to 16.x](migration-guide-15-16.md)
* [SDK 14.5 to 16.x](migration-guide-14-16.md)
* [SDK 14.x to 14.5](migration-guide-14.5.md)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ the main application target.
The library uses a .plist configuration file named `AirshipConfig.plist` to manage your production and development
application profiles. Example copies of this file are available in all of the sample projects. Place this file
in your project and set the following values to the ones in your application at http://go.urbanairship.com. To
view all the possible keys and values, see the [AirshipConfig class reference](https://docs.airship.com/reference/libraries/ios/17.0.0-beta/AirshipCore/Classes/AirshipConfig.html)
view all the possible keys and values, see the [AirshipConfig class reference](https://docs.airship.com/reference/libraries/ios/latest/AirshipCore/Classes/AirshipConfig.html)

You can also edit the file as plain-text:

Expand Down

0 comments on commit 65baa41

Please sign in to comment.