diff --git a/.jazzy.yaml b/.jazzy.yaml index eeaf891..4fc3800 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -11,7 +11,7 @@ xcodebuild_arguments: - "-scheme" - "TunnelKit-iOS" - "-sdk" - - "iphonesimulator" + - "iphoneos" custom_categories: - name: Core diff --git a/CHANGELOG.md b/CHANGELOG.md index c630443..f1d99be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 3.0.0 (2020-11-15) ### Added diff --git a/Demo/Podfile.lock b/Demo/Podfile.lock index a33dd77..add11b9 100644 --- a/Demo/Podfile.lock +++ b/Demo/Podfile.lock @@ -1,19 +1,20 @@ PODS: - OpenSSL-Apple (1.1.1h.8) - SwiftyBeaver (1.9.3) - - TunnelKit (2.3.0): - - TunnelKit/Protocols/OpenVPN (= 2.3.0) - - TunnelKit/AppExtension (2.3.0): + - TunnelKit (3.0.0): + - TunnelKit/Protocols/OpenVPN (= 3.0.0) + - TunnelKit/AppExtension (3.0.0): - SwiftyBeaver - TunnelKit/Core - - TunnelKit/Core (2.3.0): + - TunnelKit/Core (3.0.0): - SwiftyBeaver - - TunnelKit/Manager (2.3.0): + - TunnelKit/Manager (3.0.0): - SwiftyBeaver - - TunnelKit/Protocols/OpenVPN (2.3.0): + - TunnelKit/Protocols/OpenVPN (3.0.0): - OpenSSL-Apple (~> 1.1.1h.8) - TunnelKit/AppExtension - TunnelKit/Core + - TunnelKit/Manager DEPENDENCIES: - TunnelKit (from `..`) @@ -31,7 +32,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: OpenSSL-Apple: 70990157548ecf94885310231aff52db698e1077 SwiftyBeaver: 2e8acd6fc90c6d0a27055867a290794926d57c02 - TunnelKit: 7673a45c3c253703fd17912eda8a5504ccc79837 + TunnelKit: 231da80bc3ccbcad7cad1e661f8e08cd26703fc0 PODFILE CHECKSUM: 518aaea9a529c96ba3024918bc0850dd6e92ac61 diff --git a/TunnelKit.podspec b/TunnelKit.podspec index 05eb4ac..65c96ff 100644 --- a/TunnelKit.podspec +++ b/TunnelKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TunnelKit" - s.version = "2.3.0" + s.version = "3.0.0" s.summary = "Non-official OpenVPN client for Apple platforms." s.homepage = "https://github.com/passepartoutvpn/tunnelkit"