Skip to content

Commit

Permalink
Release version 0.2.2-beta1 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio authored Apr 28, 2023
2 parents b65cba9 + 27c4c41 commit 64037d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion ParselyAnalytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down

0 comments on commit 64037d4

Please sign in to comment.