diff --git a/CHANGES.rst b/CHANGES.rst index a780406..d802482 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,18 @@ Unreleased Changes ------- +_None_ + +Bugfixes +-------- + +_None_ + +0.2.2-beta1 (4-28-2023) + +Changes +------- + * The library now uses a serial queue to process events [#76] * Removed the dependency on SwiftyJSON [#76] diff --git a/ParselyAnalytics.podspec b/ParselyAnalytics.podspec index a9f3d47..e9d81bd 100644 --- a/ParselyAnalytics.podspec +++ b/ParselyAnalytics.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'ParselyAnalytics' - s.version = '0.2.1' + s.version = '0.2.2-beta1' s.swift_versions = ['4.2', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5'] s.summary = 'Parsely analytics integration for iOS' s.homepage = 'https://www.parse.ly/help/integration/ios-sdk/'