Skip to content

Commit

Permalink
chore(release): 8.18.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.18.0](v8.17.2...v8.18.0) (2024-02-08)

### Bug Fixes

* fix for release pipeline ([#478](#478)) ([324aced](324aced))
* fix for when macos sandbox disabled ([#477](#477)) ([e148734](e148734))

### Features

* add privacy manifest for iOS 17 ([#476](#476)) ([007e169](007e169))
  • Loading branch information
amplitude-sdk-bot committed Feb 8, 2024
1 parent 324aced commit 82fc624
Show file tree
Hide file tree
Showing 3 changed files with 15 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.17.2" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "8.18.0" # Version is managed automatically by semantic-release, please don't change it manually

Pod::Spec.new do |s|
s.name = "Amplitude"
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [8.18.0](https://github.com/amplitude/Amplitude-iOS/compare/v8.17.2...v8.18.0) (2024-02-08)


### Bug Fixes

* fix for release pipeline ([#478](https://github.com/amplitude/Amplitude-iOS/issues/478)) ([324aced](https://github.com/amplitude/Amplitude-iOS/commit/324acedfadc4e20be473474aab9aa0c2c44565f8))
* fix for when macos sandbox disabled ([#477](https://github.com/amplitude/Amplitude-iOS/issues/477)) ([e148734](https://github.com/amplitude/Amplitude-iOS/commit/e148734de89b9cea0255f46c358f763eda283386))


### Features

* add privacy manifest for iOS 17 ([#476](https://github.com/amplitude/Amplitude-iOS/issues/476)) ([007e169](https://github.com/amplitude/Amplitude-iOS/commit/007e169949fbda9c0576f4ee5e724d880153c96b))

## [8.17.2](https://github.com/amplitude/Amplitude-iOS/compare/v8.17.1...v8.17.2) (2023-09-15)


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.17.2"; // Version is managed automatically by semantic-release, please don't change it manually
NSString *const kAMPVersion = @"8.18.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";
Expand Down

0 comments on commit 82fc624

Please sign in to comment.