Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jerielng committed Nov 28, 2023
1 parent 91c7a38 commit e1b0b7a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.2.0

#### Added
- Updates the Braze Swift SDK bindings to include releases from the 7.X.X SemVer denomination.
- This allows compatibility with any version of the Braze SDK from `6.6.0` up to, but not including, `8.0.0`.
- This is not a breaking change unless you choose to update to `7.0.0` and up. For further details, refer to the `7.0.0` [release notes](https://github.com/braze-inc/braze-swift-sdk/blob/main/CHANGELOG.md#700).

## 2.1.0

#### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/braze-inc/braze-swift-sdk",
"state" : {
"revision" : "80d27557b74de80d4e62a285e63b72138fad8be6",
"version" : "6.6.0"
"revision" : "d3963492b9ae0dd2c28a41201707b1723a7d7c94",
"version" : "7.3.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let package = Package(
),
.package(
url:"https://github.com/braze-inc/braze-swift-sdk",
from: "6.6.0"
"6.6.0"..<"8.0.0"
),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Sources/SegmentBraze/Version.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
extension BrazeDestination {
public static let _version = "2.1.0"
public static let _version = "2.2.0"
}

0 comments on commit e1b0b7a

Please sign in to comment.