Skip to content

Commit

Permalink
Prepare release 18.1.1 (#3079)
Browse files Browse the repository at this point in the history
* prepare release 18.1.1

* update changelog

* Update changelog

* Update changelog
  • Loading branch information
khmMouna authored Apr 23, 2024
1 parent 2cafe63 commit ce24206
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 7 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="18.1.0"
AIRSHIP_VERSION="18.1.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 = 18.1.0
CURRENT_PROJECT_VERSION = 18.1.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 @@ -3,7 +3,7 @@
import Foundation

public struct AirshipVersion {
public static let version = "18.1.0"
public static let version = "18.1.1"
public static func get() -> String {
return version
}
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="18.1.0"
AIRSHIP_VERSION="18.1.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="18.1.0"
AIRSHIP_VERSION="18.1.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="18.1.0"
AIRSHIP_VERSION="18.1.1"

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

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

## Version 18.1.1, April 23, 2024
Patch release with a bug fix for contact operations.

### Changes
- Fixed a typo in the dutch translation of the notification action button "Vertel Mij Meer".
- Fixed obj-c bindings not being public.

## Version 17.10.1, April 23, 2024
Patch release with a bug fix for contact operations.

### Changes
- Fixed a typo in the dutch translation of the notification action button "Vertel Mij Meer".

## Version 18.1.0 April 16, 2024

Minor release with several minor API additions.
Expand Down Expand Up @@ -910,4 +923,4 @@ The majority of apps will only be effected by the new `UAURLAllowList` behavior
See the [Migration Guide](https://github.com/urbanairship/ios-library/tree/main/Documentation/Migration/migration-guide-13-14.md) for further details.


## For older releases, see [CHANGELOG](https://github.com/urbanairship/ios-library/blob/13.5.6/CHANGELOG.md)
## For older releases, see [CHANGELOG](https://github.com/urbanairship/ios-library/blob/13.5.6/CHANGELOG.md)

0 comments on commit ce24206

Please sign in to comment.