Skip to content

Commit

Permalink
chore(release): 8.19.2 [skip ci]
Browse files Browse the repository at this point in the history
## [8.19.2](v8.19.1...v8.19.2) (2024-04-24)

### Bug Fixes

* Prevent crashes in multithreaded environments with sqlite. ([#495](#495)) ([7020c95](7020c95))
* specify resource_bundle vs resource for resources in cocoapods ([#493](#493)) ([f780c12](f780c12))
  • Loading branch information
amplitude-sdk-bot committed Apr 24, 2024
1 parent 7020c95 commit bfdec45
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Amplitude.podspec
@@ -1,4 +1,4 @@
amplitude_version = "8.19.1" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "8.19.2" # Version is managed automatically by semantic-release, please don't change it manually

Pod::Spec.new do |s|
s.name = "Amplitude"
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## [8.19.2](https://github.com/amplitude/Amplitude-iOS/compare/v8.19.1...v8.19.2) (2024-04-24)


### Bug Fixes

* Prevent crashes in multithreaded environments with sqlite. ([#495](https://github.com/amplitude/Amplitude-iOS/issues/495)) ([7020c95](https://github.com/amplitude/Amplitude-iOS/commit/7020c953ea36f8d66cbf1bd5a7c67c3a40ae42ee))
* specify resource_bundle vs resource for resources in cocoapods ([#493](https://github.com/amplitude/Amplitude-iOS/issues/493)) ([f780c12](https://github.com/amplitude/Amplitude-iOS/commit/f780c123ca21339d37277f00449cb0f6494e676a))

## [8.19.1](https://github.com/amplitude/Amplitude-iOS/compare/v8.19.0...v8.19.1) (2024-04-05)


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

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

0 comments on commit bfdec45

Please sign in to comment.