Skip to content

Commit

Permalink
Prepare for release 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chshapiro committed Nov 18, 2019
1 parent e7729ec commit ed7b1db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.2.3

##### Changed
- Updated to [Braze iOS SDK 3.21.0](https://github.com/Appboy/appboy-ios-sdk/releases/tag/3.21.0).

## 2.2.2

**Important:** This patch updates the Braze iOS SDK Dependency from 3.20.1 to 3.20.2, which contains important bugfixes. Integrators should upgrade to this patch version. Please see the [Braze iOS SDK Changelog](https://github.com/Appboy/appboy-ios-sdk/blob/master/CHANGELOG.md) for more information.
Expand Down
6 changes: 3 additions & 3 deletions Segment-Appboy.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Segment-Appboy"
s.version = "2.2.2"
s.version = "2.3.0"
s.summary = "Braze Integration for Segment's analytics-ios library."

s.description = <<-DESC
Expand All @@ -22,12 +22,12 @@ Pod::Spec.new do |s|
s.default_subspec = 'Full-SDK'

s.subspec 'Full-SDK' do |default|
default.dependency 'Appboy-iOS-SDK', '~>3.20.2'
default.dependency 'Appboy-iOS-SDK', '~>3.21.0'
default.source_files = 'Pod/Classes/**/*'
end

s.subspec 'Core' do |core|
core.dependency 'Appboy-iOS-SDK/Core', '~>3.20.2'
core.dependency 'Appboy-iOS-SDK/Core', '~>3.21.0'
core.source_files = 'Pod/Classes/**/*'
end

Expand Down

0 comments on commit ed7b1db

Please sign in to comment.