From 94aaeba4ad883a2a6649ece2357691919fdc5d59 Mon Sep 17 00:00:00 2001 From: Alexey Gerasimov Date: Mon, 22 Oct 2018 16:38:03 +0300 Subject: [PATCH] Version update --- CHANGELOG.md | 6 ++++++ LeadKitAdditions.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b368eda..69695ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.3.6 + +- **Update**: PassCodeError, now emmit `tooManyAttempts` in any operation (*create* / *change* / *enter*) type. +- **Update**: Rename `PassCodeControllerType` to `PassCodeOperationType`. +- **Update**: `showBiometricsRequestIfNeeded` method become public. + ### 0.3.5 - **Update**: Migrate to Swift 4.2 & Xcode 10. Update dependencies. diff --git a/LeadKitAdditions.podspec b/LeadKitAdditions.podspec index 7974392..f67dce4 100644 --- a/LeadKitAdditions.podspec +++ b/LeadKitAdditions.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKitAdditions" - s.version = "0.3.5" + s.version = "0.3.6" s.summary = "iOS framework with a bunch of tools for rapid development" s.homepage = "https://github.com/TouchInstinct/LeadKitAdditions" s.license = "Apache License, Version 2.0"