From dc2de52ca88f8ef52ec8e2c7c5766a9e8906b392 Mon Sep 17 00:00:00 2001 From: Katie Ham Date: Mon, 20 Jul 2020 13:15:18 -0400 Subject: [PATCH 1/7] bundle update --- Gemfile.lock | 54 +++++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4d52414..fc2df31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,30 +5,31 @@ GEM addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) atomos (0.1.3) - aws-eventstream (1.0.3) - aws-sdk (2.11.470) - aws-sdk-resources (= 2.11.470) - aws-sdk-core (2.11.470) + aws-eventstream (1.1.0) + aws-sdk (2.11.547) + aws-sdk-resources (= 2.11.547) + aws-sdk-core (2.11.547) aws-sigv4 (~> 1.0) jmespath (~> 1.0) - aws-sdk-resources (2.11.470) - aws-sdk-core (= 2.11.470) - aws-sigv4 (1.1.1) - aws-eventstream (~> 1.0, >= 1.0.2) + aws-sdk-resources (2.11.547) + aws-sdk-core (= 2.11.547) + aws-sigv4 (1.2.1) + aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.3) claide (1.0.3) colored (1.2) colored2 (3.1.2) commander-fastlane (4.4.6) highline (~> 1.7.2) - declarative (0.0.10) + declarative (0.0.20) declarative-option (0.1.0) - digest-crc (0.5.1) + digest-crc (0.6.1) + rake (~> 13.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - dotenv (2.7.5) + dotenv (2.7.6) emoji_regex (1.0.1) - excon (0.73.0) + excon (0.75.0) faraday (0.17.3) multipart-post (>= 1.2, < 3) faraday-cookie_jar (0.0.6) @@ -88,41 +89,42 @@ GEM google-cloud-core (1.5.0) google-cloud-env (~> 1.0) google-cloud-errors (~> 1.0) - google-cloud-env (1.3.1) + google-cloud-env (1.3.3) faraday (>= 0.17.3, < 2.0) - google-cloud-errors (1.0.0) - google-cloud-storage (1.25.1) + google-cloud-errors (1.0.1) + google-cloud-storage (1.26.2) addressable (~> 2.5) digest-crc (~> 0.4) google-api-client (~> 0.33) google-cloud-core (~> 1.2) googleauth (~> 0.9) mini_mime (~> 1.0) - googleauth (0.11.0) + googleauth (0.13.0) faraday (>= 0.17.3, < 2.0) jwt (>= 1.4, < 3.0) memoist (~> 0.16) multi_json (~> 1.11) os (>= 0.9, < 2.0) - signet (~> 0.12) + signet (~> 0.14) highline (1.7.10) http-cookie (1.0.3) domain_name (~> 0.5) httpclient (2.8.3) jmespath (1.4.0) - json (2.3.0) + json (2.3.1) jwt (2.1.0) memoist (0.16.2) mini_magick (4.10.1) mini_mime (1.0.2) - multi_json (1.14.1) + multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.0.0) - nanaimo (0.2.6) + nanaimo (0.3.0) naturally (2.2.0) - os (1.0.1) + os (1.1.0) plist (3.5.0) public_suffix (2.0.5) + rake (13.0.1) representable (3.0.4) declarative (< 0.1.0) declarative-option (< 0.2.0) @@ -131,7 +133,7 @@ GEM rouge (2.0.7) rubyzip (1.3.0) security (0.1.3) - signet (0.13.0) + signet (0.14.0) addressable (~> 2.3) faraday (>= 0.17.3, < 2.0) jwt (>= 1.5, < 3.0) @@ -144,21 +146,21 @@ GEM terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) tty-cursor (0.7.1) - tty-screen (0.7.1) + tty-screen (0.8.1) tty-spinner (0.9.3) tty-cursor (~> 0.7) uber (0.1.0) unf (0.1.4) unf_ext - unf_ext (0.0.7.6) + unf_ext (0.0.7.7) unicode-display_width (1.7.0) word_wrap (1.0.0) - xcodeproj (1.15.0) + xcodeproj (1.17.1) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) claide (>= 1.0.2, < 2.0) colored2 (~> 3.1) - nanaimo (~> 0.2.6) + nanaimo (~> 0.3.0) xcpretty (0.3.0) rouge (~> 2.0.7) xcpretty-travis-formatter (1.0.0) From 9f43ab89cbc1e81ad58ac5e769d62d3c61da4df5 Mon Sep 17 00:00:00 2001 From: Katie Ham Date: Mon, 20 Jul 2020 13:17:13 -0400 Subject: [PATCH 2/7] bump version to 1.0 --- Changelog.md | 4 ++++ MailchimpSDK.podspec | 2 +- MailchimpSDK/MailchimpSDK.xcodeproj/project.pbxproj | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index 8c70409..e4ecc09 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0] - 2020-07-20 +### Added +- bump version to 1.0 + ## [0.1.6] - 2020-06-25 ### Changed - Updated documentation and README diff --git a/MailchimpSDK.podspec b/MailchimpSDK.podspec index 11fe1e8..49d04c0 100644 --- a/MailchimpSDK.podspec +++ b/MailchimpSDK.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'MailchimpSDK' - s.version = '0.1.6' + s.version = '1.0' s.summary = 'Mailchimp SDK for iOS' s.description = <<-DESC diff --git a/MailchimpSDK/MailchimpSDK.xcodeproj/project.pbxproj b/MailchimpSDK/MailchimpSDK.xcodeproj/project.pbxproj index 5e4fdeb..f3353e5 100644 --- a/MailchimpSDK/MailchimpSDK.xcodeproj/project.pbxproj +++ b/MailchimpSDK/MailchimpSDK.xcodeproj/project.pbxproj @@ -511,7 +511,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 0.1.6; + MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.theRocketScienceGroup.MailchimpSDK; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -540,7 +540,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 0.1.6; + MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.theRocketScienceGroup.MailchimpSDK; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -560,7 +560,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 0.1.6; + MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = "com.theRocketScienceGroup.Mailchimp-SDKTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; @@ -579,7 +579,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 0.1.6; + MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = "com.theRocketScienceGroup.Mailchimp-SDKTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; From 80fccf3c92da87b0ba925d99e27904b11236ddf8 Mon Sep 17 00:00:00 2001 From: Katie <43177818+katie-ham@users.noreply.github.com> Date: Mon, 20 Jul 2020 13:25:32 -0400 Subject: [PATCH 3/7] Capitalization correction --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e4ecc09..796ae64 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0] - 2020-07-20 ### Added -- bump version to 1.0 +- Bump version to 1.0 ## [0.1.6] - 2020-06-25 ### Changed From 640c03ae89ab87bf4e637a5390bfdace11c8f42e Mon Sep 17 00:00:00 2001 From: Katie <43177818+katie-ham@users.noreply.github.com> Date: Mon, 20 Jul 2020 13:28:28 -0400 Subject: [PATCH 4/7] Changed entry type --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 796ae64..d210ae7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.0] - 2020-07-20 -### Added +### Changed - Bump version to 1.0 ## [0.1.6] - 2020-06-25 From 3def15ac45f121cc2bb9122e12b4223261c4d38e Mon Sep 17 00:00:00 2001 From: Katie <43177818+katie-ham@users.noreply.github.com> Date: Mon, 20 Jul 2020 13:29:34 -0400 Subject: [PATCH 5/7] Changed entry type --- Changelog.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index d210ae7..1585002 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,13 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.0] - 2020-07-20 -### Changed -- Bump version to 1.0 +### Added ## [0.1.6] - 2020-06-25 ### Changed -- Updated documentation and README -- Updated .gitignore +- Bump version to 1.0 ## [0.1.5] - 2020-04-14 ### Added From 936760bcaec973fb047637f537955b27ada34ac1 Mon Sep 17 00:00:00 2001 From: Katie <43177818+katie-ham@users.noreply.github.com> Date: Mon, 20 Jul 2020 13:32:40 -0400 Subject: [PATCH 6/7] Edit change entry --- Changelog.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 1585002..d210ae7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,11 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.0] - 2020-07-20 -### Added +### Changed +- Bump version to 1.0 ## [0.1.6] - 2020-06-25 ### Changed -- Bump version to 1.0 +- Updated documentation and README +- Updated .gitignore ## [0.1.5] - 2020-04-14 ### Added From c25043aaa1eae24c2d45cae25965f8e0baa27c4d Mon Sep 17 00:00:00 2001 From: Katie <43177818+katie-ham@users.noreply.github.com> Date: Mon, 20 Jul 2020 14:44:45 -0400 Subject: [PATCH 7/7] Update tense --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index d210ae7..f30e6f8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0] - 2020-07-20 ### Changed -- Bump version to 1.0 +- Bumped version to 1.0 ## [0.1.6] - 2020-06-25 ### Changed