From 7789dc9be1761587f97058db5ef5da915b926a1b Mon Sep 17 00:00:00 2001 From: Pavel Lukandiy Date: Wed, 23 May 2018 20:07:27 +0300 Subject: [PATCH] Version up. Podspec update --- CHANGELOG.md | 3 +++ LeadKitAdditions.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 818dc8b..4231b14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 0.2.9 +- **Add**: `evaluatedPolicyDomainState` to `BiometricsService`. + ### 0.2.8 - **Update**: `validationResult` of `BasePassCodeViewModel` renamed to `validationResultDriver` and becomes public. - **Remove**: `MaskFieldTextProxy`. diff --git a/LeadKitAdditions.podspec b/LeadKitAdditions.podspec index ed51da2..ac1d1bf 100644 --- a/LeadKitAdditions.podspec +++ b/LeadKitAdditions.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKitAdditions" - s.version = "0.2.8" + s.version = "0.2.9" 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"