Update version

This commit is contained in:
Aliona 2018-07-11 17:29:38 +03:00
parent 0d0ae71916
commit 3d2a53c906
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
### 0.8.6
- **Fix**: Update `serverTrustPolicies` to save host instead of the whole URL as a key.
### 0.8.5
- **Add**: `replaceDataSource` method to `RxNetworkOperationModel`.

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LeadKit"
s.version = "0.8.5"
s.version = "0.8.6"
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"