diff --git a/CHANGELOG.md b/CHANGELOG.md index 975c1300..cf225fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 1.27.0 + +- **Add**: Cart, products, promocodes, bonuses and other related actions + ### 1.25.0 - **Update**: `RequestError` cases now contain additional url assotiated value diff --git a/TIEcommerce/TIEcommerce.podspec b/TIEcommerce/TIEcommerce.podspec index 493ebd95..6aa4922b 100644 --- a/TIEcommerce/TIEcommerce.podspec +++ b/TIEcommerce/TIEcommerce.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'TIEcommerce' s.version = '1.27.0' - s.summary = 'Cart, products, promocodes, bonuses, receipt and other related actions' + s.summary = 'Cart, products, promocodes, bonuses and other related actions' s.homepage = 'https://github.com/TouchInstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' }