diff --git a/CHANGELOG.md b/CHANGELOG.md index 4608ac9b..99e51801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 0.9.40 +- **Add**: `OTPSwiftView` - a fully customizable OTP view.. +- **Add**: `BaseInitializableControl` UIControl conformance to InitializableView.. + ### 0.9.39 - **Add**: `Animatable` protocol to TIUIKitCore. - **Add**: `ActivityIndicator` protocol to TIUIKitCore. diff --git a/LeadKit.podspec b/LeadKit.podspec index a8dc1db2..67cee149 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.9.39" + s.version = "0.9.40" s.summary = "iOS framework with a bunch of tools for rapid development" s.homepage = "https://github.com/TouchInstinct/LeadKit" s.license = "Apache License, Version 2.0" diff --git a/README.md b/README.md index b0849610..26a36f05 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,5 @@ This repository contains the following additional frameworks: - [TIUIKitCore](TIUIKitCore) - core ui elements and protocols from LeadKit. - [TITransitions](TITransitions) - set of custom transitions to present controller. - [TIUIElements](TIUIElements) - bunch of of useful protocols and views. +- [OTPSwiftView](OTPSwiftView) - a fully customizable OTP view..