From aeb3213fcabcd95f4c4831d895eb01a60db26b87 Mon Sep 17 00:00:00 2001 From: Daniel Hok Date: Mon, 7 Nov 2022 15:29:57 -0500 Subject: [PATCH] Version 5.6.2 --- BrazeKit.podspec | 6 +++--- BrazeLocation.podspec | 8 ++++---- BrazeNotificationService.podspec | 6 +++--- BrazePushStory.podspec | 6 +++--- BrazeUI.podspec | 6 +++--- CHANGELOG.md | 5 +++++ Package.swift | 16 ++++++++-------- README.md | 2 +- 8 files changed, 30 insertions(+), 25 deletions(-) diff --git a/BrazeKit.podspec b/BrazeKit.podspec index dc24f750ad..c7740db9a9 100644 --- a/BrazeKit.podspec +++ b/BrazeKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BrazeKit' - s.version = '5.6.1' + s.version = '5.6.2' s.summary = 'Braze Main SDK library providing support for analytics and push notifications.' s.homepage = 'https://braze.com' @@ -9,8 +9,8 @@ Pod::Spec.new do |s| s.authors = 'Braze, Inc.' s.source = { - :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.1/BrazeKit-CocoaPods.zip', - :sha256 => '5df6e58cf7c67529b678bd40f0e5394e8c36922840f80b90b5fb2299fc7daaff' + :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.2/BrazeKit-CocoaPods.zip', + :sha256 => '2ff7e26dba1e17c05639796ef7f1904b3ecd44385606ff045920f7e7939d57a2' } s.swift_version = '5.0' diff --git a/BrazeLocation.podspec b/BrazeLocation.podspec index a799d99492..243d74c6ec 100644 --- a/BrazeLocation.podspec +++ b/BrazeLocation.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BrazeLocation' - s.version = '5.6.1' + s.version = '5.6.2' s.summary = 'Braze location library providing support for location analytics and geofence monitoring.' s.homepage = 'https://braze.com' @@ -9,8 +9,8 @@ Pod::Spec.new do |s| s.authors = 'Braze, Inc.' s.source = { - :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.1/BrazeLocation-CocoaPods.zip', - :sha256 => 'cf16e47b6b8b92dcfebdcb8ae56a5476e771a96acfe9064214a7fc93e2877ab0' + :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.2/BrazeLocation-CocoaPods.zip', + :sha256 => '65cb8fb6bc3591e59b90ed86343340cec891585a5dafc079044b3ca61845dba9' } s.swift_version = '5.0' @@ -21,5 +21,5 @@ Pod::Spec.new do |s| # Depends on BrazeKit because BrazeKit includes the internal _BrazeLocationClient symbols required # for linking against BrazeLocation. - s.dependency 'BrazeKit', '5.6.1' + s.dependency 'BrazeKit', '5.6.2' end diff --git a/BrazeNotificationService.podspec b/BrazeNotificationService.podspec index 2441619343..0f44b7ec9c 100644 --- a/BrazeNotificationService.podspec +++ b/BrazeNotificationService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BrazeNotificationService' - s.version = '5.6.1' + s.version = '5.6.2' s.summary = 'Braze notification service extension library providing support for Rich Push notifications.' s.homepage = 'https://braze.com' @@ -9,8 +9,8 @@ Pod::Spec.new do |s| s.authors = 'Braze, Inc.' s.source = { - :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.1/BrazeNotificationService-CocoaPods.zip', - :sha256 => 'cbf5266d95f00697facd00104311be493d41a31a631cbf8c53a3854bc7d7f3b6' + :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.2/BrazeNotificationService-CocoaPods.zip', + :sha256 => '37966c57962cff3d1e0834da92d1df3946701cfbdf17237a96784599a90b2e0a' } s.swift_version = '5.0' diff --git a/BrazePushStory.podspec b/BrazePushStory.podspec index fd93a66191..81557a00eb 100644 --- a/BrazePushStory.podspec +++ b/BrazePushStory.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BrazePushStory' - s.version = '5.6.1' + s.version = '5.6.2' s.summary = 'Braze notification content extension library providing support for Push Stories.' s.homepage = 'https://braze.com' @@ -9,8 +9,8 @@ Pod::Spec.new do |s| s.authors = 'Braze, Inc.' s.source = { - :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.1/BrazePushStory-CocoaPods.zip', - :sha256 => 'c7b71b96745388ba15df9b128a01c38fd4574237f9561d4bdadb90d62c1adc65' + :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.2/BrazePushStory-CocoaPods.zip', + :sha256 => '2d8c566210a1a69545d7858eb9ffa4ef9d05faf36e27ed2c56a15825278f06c1' } s.swift_version = '5.0' diff --git a/BrazeUI.podspec b/BrazeUI.podspec index 25650656ac..c93cdc9349 100644 --- a/BrazeUI.podspec +++ b/BrazeUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BrazeUI' - s.version = '5.6.1' + s.version = '5.6.2' s.summary = 'Braze-provided user interface library for In-App Messages.' s.homepage = 'https://braze.com' @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.license = { :type => 'Commercial' } s.authors = 'Braze, Inc.' - s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '5.6.1' } + s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '5.6.2' } s.swift_version = '5.0' s.ios.deployment_target = '10.0' @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.source_files = 'Sources/BrazeUI/**/*.swift' s.resource_bundles = { 'BrazeUI' => 'Sources/BrazeUI/Resources/**/*' } - s.dependency 'BrazeKit', '5.6.1' + s.dependency 'BrazeKit', '5.6.2' end diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4e4b863d..ed78e28a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.6.2 + +##### Changed +- Corrected the version number from the previous release. + ## 5.6.1 ##### Added diff --git a/Package.swift b/Package.swift index 590e6c060c..e0764d0fb0 100644 --- a/Package.swift +++ b/Package.swift @@ -26,8 +26,8 @@ let package = Package( targets: [ .binaryTarget( name: "BrazeKit", - url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.1/BrazeKit.zip", - checksum: "28fd4d9a1544a94e75d3473fec69ccb59d2d026a350ef861552dcb3899804e23" + url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.2/BrazeKit.zip", + checksum: "39e36f059f8a1ffb64528fab5c57f1bef313334bbc8540c7d647b16c4eaef822" ), .target( name: "BrazeKitResources", @@ -42,18 +42,18 @@ let package = Package( ), .binaryTarget( name: "BrazeLocation", - url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.1/BrazeLocation.zip", - checksum: "02d9216d3c149f47719a50e5aa69343307fc95db744bc9a1ecaec83e3deef8f3" + url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.2/BrazeLocation.zip", + checksum: "3134a7016cfa291a33b84ae76214457f983e565ea497ec622199eea7f4c0a34d" ), .binaryTarget( name: "BrazeNotificationService", - url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.1/BrazeNotificationService.zip", - checksum: "7518d3452ea5672a38e76eb86c935a926b967b2ce6e3038e471e25295a06bfbd" + url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.2/BrazeNotificationService.zip", + checksum: "03a1da71c63ad8ea7b935d1d3d45439d60560c03ae6259b16a29370c560ac635" ), .binaryTarget( name: "BrazePushStory", - url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.1/BrazePushStory.zip", - checksum: "d44a3718886a6e6d19328a814d38e5fe692d7ff7eb9758f846e1a56979ae5568" + url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.2/BrazePushStory.zip", + checksum: "cf0d41884d28f0a7ed66b01387690c99925b8ddd2d2ce6f1d7303062c00143a1" ), ] ) diff --git a/README.md b/README.md index f2f5eb8f36..db8bf33377 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

- Version: 5.6.1 + Version: 5.6.2