Skip to content

Commit

Permalink
Version 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lowip committed Jul 11, 2022
1 parent 96dccf1 commit fe77b81
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.0.1

##### Fixed
- Fixes a race condition when retrieving the user's notification settings.
- Fixes an issue where duplicate data could be recorded after force quitting the application.

## 5.0.0 (Early Access)

We are excited to announce the initial release of the Braze Swift SDK!
Expand Down
16 changes: 8 additions & 8 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "BrazeKit",
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.0.0/BrazeKit.zip",
checksum: "38175fe6f34aeb55a5c0585b0f7f2d1c34bf1624540e2b811f6ffac7d9850d4d"
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.0.1/BrazeKit.zip",
checksum: "c71cb83398f626b2684d3f6224b31c7485b43b3075d5b27b3b7765915058288e"
),
.target(
name: "BrazeKitResources",
Expand All @@ -39,18 +39,18 @@ let package = Package(
),
.binaryTarget(
name: "BrazeLocation",
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.0.0/BrazeLocation.zip",
checksum: "c846f1f1fbb7c60545cd4283e672e0b2d48dfbfa75f3dc954e9a7e50bb0d5a32"
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.0.1/BrazeLocation.zip",
checksum: "8aa54a909d3d1f799f0e979a237165bb2e05f1e8feeb144c3f81194da6511dfa"
),
.binaryTarget(
name: "BrazeNotificationService",
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.0.0/BrazeNotificationService.zip",
checksum: "08dfcfda3585c6df85e169ee3022a14b29e17fe9b5c744911d351069ecbe4078"
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.0.1/BrazeNotificationService.zip",
checksum: "b697c8735de6f3bfc4a47b74fe3c3441163be78d626a344d1fce9e41a0775d5b"
),
.binaryTarget(
name: "BrazePushStory",
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.0.0/BrazePushStory.zip",
checksum: "eeda9db7055d5c27ee10a4453a5afa9d078a318f02829794497633eba631f917"
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.0.1/BrazePushStory.zip",
checksum: "8427de1ffab1fff49004546d9ec3a4fd4589391a99b7e8d4d9f0cf4ddf2b7ab4"
),
]
)

0 comments on commit fe77b81

Please sign in to comment.