diff --git a/CHANGELOG.md b/CHANGELOG.md index 092049f0..6b1456af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## 1.0 beta 1018 (2018-10-18) + +### Changed + +- Drive generic support requests on Reddit. + ## 1.0 beta 1013 (2018-10-18) ### Added diff --git a/Podfile b/Podfile index 15860ad1..cd624361 100644 --- a/Podfile +++ b/Podfile @@ -2,8 +2,8 @@ source 'https://github.com/cocoapods/specs.git' use_frameworks! def shared_pods - #pod 'TunnelKit', '~> 1.1.1' - pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '961a30c' + #pod 'TunnelKit', '~> 1.1.2' + pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '96c1650' #pod 'TunnelKit', :path => '../tunnelkit' end diff --git a/Podfile.lock b/Podfile.lock index 8a408657..f64e2f08 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -14,7 +14,7 @@ PODS: DEPENDENCIES: - MBProgressHUD - - TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `961a30c`) + - TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `96c1650`) SPEC REPOS: https://github.com/cocoapods/specs.git: @@ -24,12 +24,12 @@ SPEC REPOS: EXTERNAL SOURCES: TunnelKit: - :commit: 961a30c + :commit: 96c1650 :git: https://github.com/keeshux/tunnelkit CHECKOUT OPTIONS: TunnelKit: - :commit: 961a30c + :commit: 96c1650 :git: https://github.com/keeshux/tunnelkit SPEC CHECKSUMS: @@ -38,6 +38,6 @@ SPEC CHECKSUMS: SwiftyBeaver: ccfcdf85a04d429f1633f668650b0ce8020bda3a TunnelKit: 8167e45290d15e2c7c789d8d4c0d5f084f532335 -PODFILE CHECKSUM: 2bb8e12281676b8a13ed747e01975b33cbf1986e +PODFILE CHECKSUM: f6888fe9e046f88d139af75dd5308916c5be8b7b COCOAPODS: 1.6.0.beta.1