Skip to content

Commit

Permalink
Prepare for release 4.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Sneed committed Oct 19, 2020
1 parent 5f3d3e8 commit 320308e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,41 @@
Change Log
==========
Version 4.0.5 (pre-release) (28 August, 2020)
Version 4.1.0 *(19 October, 2020)*
-----------------------------
* [New](https://github.com/segmentio/analytics-ios/pull/945) Added Webhook Integration.
* [New](https://github.com/segmentio/analytics-ios/pull/942) Renamed module from `Analytics` to `Segment`.
* [Fix](https://github.com/segmentio/analytics-ios/pull/941) Removed unused mobile attribution.
* [New](https://github.com/segmentio/analytics-ios/pull/940) Added ability for customer to make their types serializable.
* [New](https://github.com/segmentio/analytics-ios/pull/950) Added necessary changes for Edge Functions.

Version 4.0.5 (pre-release) *(28 August, 2020)*
-----------------------------
* [Fix](https://github.com/segmentio/analytics-ios/pull/937) Fixed issue where non-serializable types would get into payload.
* [Fix](https://github.com/segmentio/analytics-ios/pull/931) Fixed double device payload.
* [New](https://github.com/segmentio/analytics-ios/pull/930) Deprecated configuration access and updated associated tests.
* [Fix](https://github.com/segmentio/analytics-ios/pull/925) Disregard payloads that fail conversion from plist to json.
* [New](https://github.com/segmentio/analytics-ios/pull/922) Added Swift and Carthage badging.

Version 4.0.4 (pre-release) (14 July, 2020)
Version 4.0.4 (pre-release) *(14 July, 2020)*
-----------------------------
* [New](https://github.com/segmentio/analytics-ios/pull/918) Added MacOS support.
* [Fix](https://github.com/segmentio/analytics-ios/pull/921) Fixed SEGLog permissions.
* [Fix](https://github.com/segmentio/analytics-ios/pull/920) Adopted Swift 5 syntax in tests. Removed SwiftTryCatch dependency for tests. Fixed deadlock from #916.

Version 4.0.3 (pre-release) (6 July, 2020)
Version 4.0.3 (pre-release) *(6 July, 2020)*
-----------------------------
* [Fix](https://github.com/segmentio/analytics-ios/pull/917) Fixed an issue with old traits overwriting new traits.
* [New](https://github.com/segmentio/analytics-ios/pull/915) Added full example flow with Swift Package Manager compatibility.
* [Fix](https://github.com/segmentio/analytics-ios/pull/914) Fix SwiftUI previews in macOS Catalyst builds.

Version 4.0.2 (pre-release) (25 June, 2020)
Version 4.0.2 (pre-release) *(25 June, 2020)*
-----------------------------
* [New](https://github.com/segmentio/analytics-ios/pull/913) Separate public utils from private utils appropriately.
* [New](https://github.com/segmentio/analytics-ios/pull/912) Payload Info & Traits Fixes.
* [New](https://github.com/segmentio/analytics-ios/pull/911) Updated SPM for code coverage compatibility.
* [New](https://github.com/segmentio/analytics-ios/pull/909) Removed Quick and Nimble, updated unit tests.

Version 4.0.1 (pre-release) (18 June, 2020)
Version 4.0.1 (pre-release) *(18 June, 2020)*
-----------------------------
* [New](https://github.com/segmentio/analytics-ios/pull/905) Added global state management; Middleware now receive all context data.
* [New](https://github.com/segmentio/analytics-ios/pull/885) change logic for screen naming conventions.
Expand Down
2 changes: 1 addition & 1 deletion Segment/Classes/SEGAnalytics.m
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ + (NSString *)version
{
// this has to match the actual version, NOT what's in info.plist
// because Apple only accepts X.X.X as versions in the review process.
return @"4.0.5";
return @"4.1.0";
}

#pragma mark - Helpers
Expand Down

0 comments on commit 320308e

Please sign in to comment.