Skip to content

Commit 5c01318

Browse files
committed
Version 1.4.3
1 parent 19ab0eb commit 5c01318

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

AppwiseCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
# info
33
s.name = 'AppwiseCore'
4-
s.version = '1.4.2'
4+
s.version = '1.4.3'
55
s.summary = 'Just a library of some stuff we use internally.'
66
s.description = <<-DESC
77
Contains a few generic types (appdelegate, config, router, client) and some helper methods.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55

66
## [Master](https://github.com/appwise-labs/AppwiseCore)
77

8+
## [1.4.3](https://github.com/appwise-labs/AppwiseCore/releases/tag/1.4.3)
9+
810
* Bump SentrySDK version from 6 to 7. Make sure you configure a trace sample rate! This should NOT be a breaking change, but if needed, check [their migration docs](https://docs.sentry.io/platforms/apple/migration/#migrating-from-6x-to-7x).
911

1012
## [1.4.2](https://github.com/appwise-labs/AppwiseCore/releases/tag/1.4.2)

Example

0 commit comments

Comments
 (0)