@@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [4.3.1] - 2018-10-18
### Fixed
-- Link CoreTelephony.framework required in iOS 12
+- Link CoreTelephony.framework required in iOS 12 (@corteggo)
+### Changed
+- Updates for Swift 5.0 (@simonboriis)
+- `strongSelf` -> `self` (@strawb3rryx7)
## [4.3.0] - 2018-10-01
### Changed
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>4.3.0</string>
+ <string>4.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
@@ -17,7 +17,7 @@