Skip to content

Commit

Permalink
feat: release 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GIOSDK committed Nov 18, 2024
1 parent 4c5bbba commit e70a30a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
25 changes: 15 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
# [4.5.0](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.4.0...4.5.0) (2024-11-18)


### Bug Fixes

* replace deprecated api from swift-protobuf ([#332](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/332)) ([2311e91](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/2311e9190eceb38693a695b29c166b80f393a4dd))


### Features

* **ads:** ANLSPI-22249 CAID support ([#336](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/336)) ([4c5bbba](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/4c5bbba765794b26636f2f30a610f00b974fc4f1))



# [4.4.0](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.3.2...4.4.0) (2024-09-29)


### Features

* **ABTesting:** add more parameters to experiment ([#326](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/326)) ([1fbfb4c](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/1fbfb4ca0aeeab2920d8a3688b878f4677dafe05))
* add path property to custom event ([#329](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/329)) ([05a01a8](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/05a01a8872117612a4f8a8ae85f2f1d7ec5f4813))
* release 4.4.0 ([5ae45bc](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/5ae45bc12db142bdf246d97baf509a685c6fa96f))
* release 4.4.0 ([bd2487c](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/bd2487c6ce6f469b03c73f1551fe44cffd96023b))
* release 4.4.0 ([1588825](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/1588825295c52cf128c6b0a037f6de8c052a52b0))

Expand Down Expand Up @@ -62,13 +77,3 @@



# [4.2.0](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.1.0...4.2.0) (2024-03-14)


### Features

* **autotrack:** autotrack-page white list ([#301](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/301)) ([5cb409b](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/5cb409b7fbabf6256a91670a1bd5db4843f8b1ac))
* release 4.2.0 ([4fad445](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/4fad4457f46e3525f0b46a1e437e2b826708eaba))



2 changes: 1 addition & 1 deletion GrowingAnalytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GrowingAnalytics'
s.version = '4.4.0'
s.version = '4.5.0'
s.summary = 'iOS SDK of GrowingIO.'
s.description = <<-DESC
GrowingAnalytics具备自动采集基本的用户行为事件,比如访问和行为数据等。目前支持代码埋点、无埋点、可视化圈选、热图等功能。
Expand Down
4 changes: 2 additions & 2 deletions GrowingTrackerCore/GrowingRealTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
#import "GrowingTrackerCore/Utils/GrowingDeviceInfo.h"
#import "GrowingULAppLifecycle.h"

NSString *const GrowingTrackerVersionName = @"4.4.0";
const int GrowingTrackerVersionCode = 40400;
NSString *const GrowingTrackerVersionName = @"4.5.0";
const int GrowingTrackerVersionCode = 40500;

@interface GrowingRealTracker ()

Expand Down

0 comments on commit e70a30a

Please sign in to comment.