From 27af7b7dc8f0f70b388238e6255b957a9a285434 Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Sun, 23 Jan 2022 23:37:19 +0000 Subject: [PATCH] chore(release): 8.7.2 [skip ci] ## [8.7.2](https://github.com/amplitude/Amplitude-iOS/compare/v8.7.1...v8.7.2) (2022-01-23) ### Bug Fixes * show correct device info for ios app runs on M1 mac ([#379](https://github.com/amplitude/Amplitude-iOS/issues/379)) ([7a75adb](https://github.com/amplitude/Amplitude-iOS/commit/7a75adbee74aad675a50a7b7006b2952c11a73f0)) --- Amplitude.podspec | 2 +- CHANGELOG.md | 7 +++++++ Sources/Amplitude/AMPConstants.m | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Amplitude.podspec b/Amplitude.podspec index 7deb7de1..0d567cca 100644 --- a/Amplitude.podspec +++ b/Amplitude.podspec @@ -1,4 +1,4 @@ -amplitude_version = "8.7.1" # Version is managed automatically by semantic-release, please don't change it manually +amplitude_version = "8.7.2" # Version is managed automatically by semantic-release, please don't change it manually Pod::Spec.new do |s| s.name = "Amplitude" diff --git a/CHANGELOG.md b/CHANGELOG.md index 880348d3..ab4eb84e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.7.2](https://github.com/amplitude/Amplitude-iOS/compare/v8.7.1...v8.7.2) (2022-01-23) + + +### Bug Fixes + +* show correct device info for ios app runs on M1 mac ([#379](https://github.com/amplitude/Amplitude-iOS/issues/379)) ([7a75adb](https://github.com/amplitude/Amplitude-iOS/commit/7a75adbee74aad675a50a7b7006b2952c11a73f0)) + ## [8.7.1](https://github.com/amplitude/Amplitude-iOS/compare/v8.7.0...v8.7.1) (2021-12-22) diff --git a/Sources/Amplitude/AMPConstants.m b/Sources/Amplitude/AMPConstants.m index 3e6e47cb..b1ac77b6 100644 --- a/Sources/Amplitude/AMPConstants.m +++ b/Sources/Amplitude/AMPConstants.m @@ -24,7 +24,7 @@ #import "AMPConstants.h" NSString *const kAMPLibrary = @"amplitude-ios"; -NSString *const kAMPVersion = @"8.7.1"; // Version is managed automatically by semantic-release, please don't change it manually +NSString *const kAMPVersion = @"8.7.2"; // 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";