Skip to content

Commit

Permalink
chore(release): 8.16.1 [skip ci]
Browse files Browse the repository at this point in the history
## [8.16.1](v8.16.0...v8.16.1) (2023-05-30)

### Bug Fixes

* set _inForeground value earlier ([#433](#433)) ([3cee4c2](3cee4c2))
* sudo rm appledoc ([#444](#444)) ([53ba490](53ba490))
* XCode 14 fixes - update iPhone targets to 11, MacOS to 10.15, appledoc ([#442](#442)) ([5c15979](5c15979))
  • Loading branch information
amplitude-sdk-bot committed May 30, 2023
1 parent 53ba490 commit b951260
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Amplitude.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amplitude_version = "8.16.0" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "8.16.1" # Version is managed automatically by semantic-release, please don't change it manually

Pod::Spec.new do |s|
s.name = "Amplitude"
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [8.16.1](https://github.com/amplitude/Amplitude-iOS/compare/v8.16.0...v8.16.1) (2023-05-30)


### Bug Fixes

* set _inForeground value earlier ([#433](https://github.com/amplitude/Amplitude-iOS/issues/433)) ([3cee4c2](https://github.com/amplitude/Amplitude-iOS/commit/3cee4c2db581ec8be5cbbf9e44d58e4a0b486504))
* sudo rm appledoc ([#444](https://github.com/amplitude/Amplitude-iOS/issues/444)) ([53ba490](https://github.com/amplitude/Amplitude-iOS/commit/53ba490e3b93de95af6164b14e29563531338522))
* XCode 14 fixes - update iPhone targets to 11, MacOS to 10.15, appledoc ([#442](https://github.com/amplitude/Amplitude-iOS/issues/442)) ([5c15979](https://github.com/amplitude/Amplitude-iOS/commit/5c159794dfcb2f14828c892ac3a5fefbb8226c25))

# [8.16.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.15.2...v8.16.0) (2023-04-26)


Expand Down
2 changes: 1 addition & 1 deletion Sources/Amplitude/AMPConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#import "AMPConstants.h"

NSString *const kAMPLibrary = @"amplitude-ios";
NSString *const kAMPVersion = @"8.16.0"; // Version is managed automatically by semantic-release, please don't change it manually
NSString *const kAMPVersion = @"8.16.1"; // Version is managed automatically by semantic-release, please don't change it manually
NSString *const kAMPUnknownLibrary = @"unknown-library";
NSString *const kAMPUnknownVersion = @"unknown-version";
NSString *const kAMPEventLogDomain = @"api2.amplitude.com";
Expand Down

0 comments on commit b951260

Please sign in to comment.