diff --git a/Amplitude.podspec b/Amplitude.podspec index f4d3e41d..f537e738 100644 --- a/Amplitude.podspec +++ b/Amplitude.podspec @@ -1,4 +1,4 @@ -amplitude_version = "8.1.0" # Version is managed automatically by semantic-release, please don't change it manually +amplitude_version = "8.2.0" # 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 23463ffc..849178a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.2.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.1.0...v8.2.0) (2021-03-18) + + +### Features + +* **podspec:** Add defines modules to podspec for React Native support ([#331](https://github.com/amplitude/Amplitude-iOS/issues/331)) ([e7d1257](https://github.com/amplitude/Amplitude-iOS/commit/e7d1257ea025f08d82e76f6809a9fa671e9672af)) + # [8.1.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.0.0...v8.1.0) (2021-03-16) diff --git a/Sources/Amplitude/AMPConstants.m b/Sources/Amplitude/AMPConstants.m index 8e9fb2cc..ffe94f4a 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.1.0"; // Version is managed automatically by semantic-release, please don't change it manually +NSString *const kAMPVersion = @"8.2.0"; // 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";