update changelog and podspec

This commit is contained in:
Madhas 2018-05-31 17:51:33 +03:00
parent 03f61ead48
commit 690c0532d1
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
### 0.8.2
- **Add**: `acceptableStatusCodes` property to `NetworkServiceConfiguration`
### 0.8.1
- **Add**: Support for `localizedComponent` for `FixedWidthInteger`

View File

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