Skip to content

Commit

Permalink
Release Flutter SDK version 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hokstuff committed Dec 6, 2023
1 parent 7ff4c8a commit 8357e2b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 8.1.0

##### Added
- Updates the native iOS bridge [from Braze Swift SDK 7.2.0 to 7.3.0](https://github.com/braze-inc/braze-swift-sdk/compare/7.2.0...7.3.0#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed).

## 8.0.0

##### Breaking
Expand Down
8 changes: 4 additions & 4 deletions ios/braze_plugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'braze_plugin'
s.version = '8.0.0'
s.version = '8.1.0'
s.summary = 'Braze plugin for Flutter.'
s.homepage = 'https://braze.com'
s.license = { :file => '../LICENSE' }
Expand All @@ -14,9 +14,9 @@ Pod::Spec.new do |s|
s.static_framework = true

s.dependency 'Flutter'
s.dependency 'BrazeKit', '~> 7.2.0'
s.dependency 'BrazeLocation', '~> 7.2.0'
s.dependency 'BrazeUI', '~> 7.2.0'
s.dependency 'BrazeKit', '~> 7.3.0'
s.dependency 'BrazeLocation', '~> 7.3.0'
s.dependency 'BrazeUI', '~> 7.3.0'

s.ios.deployment_target = '11.0'
end
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: braze_plugin
description: This is the Braze plugin for Flutter. Effective marketing automation is an essential part of successfully scaling and managing your business.
version: 8.0.0
version: 8.1.0
homepage: https://www.braze.com/
repository: https://github.com/braze-inc/braze-flutter-sdk

Expand Down

0 comments on commit 8357e2b

Please sign in to comment.