diff --git a/CHANGELOG.md b/CHANGELOG.md index 6389f9ec..a078dde1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file ### Next version +### 📦 [1.8.8](https://github.com/Juanpe/SkeletonView/releases/tag/1.8.8) + #### 🙌 New * [**304**](https://github.com/Juanpe/SkeletonView/pull/304): French README 🇫🇷 - [@OmarJalil](https://github.com/OmarJalil) @@ -13,7 +15,7 @@ All notable changes to this project will be documented in this file * [**286**](https://github.com/Juanpe/SkeletonView/pull/286): Fix issue when WKWebView calls skeletonLayoutSubviews not on the main thread - [@paulanatoleclaudot-betclic](https://github.com/paulanatoleclaudot-betclic) * [**292**](https://github.com/Juanpe/SkeletonView/pull/292): Fix IBInspectable support when using Carthage - [@marisalaneous](https://github.com/marisalaneous) * [**308**](https://github.com/Juanpe/SkeletonView/pull/308): Fix example backgroundColor in DarkMode - [@toshi0383](https://github.com/toshi0383) -* Prevent incorrect skeletonLayer to be added when updating skeleton +* [**307**](https://github.com/Juanpe/SkeletonView/pull/307): Prevent incorrect skeletonLayer to be added when updating skeleton - [@wsalim1610](https://github.com/wsalim1610) ### 📦 [1.8.7](https://github.com/Juanpe/SkeletonView/releases/tag/1.8.7) diff --git a/SkeletonView.podspec b/SkeletonView.podspec index 52bc9448..f66fc106 100644 --- a/SkeletonView.podspec +++ b/SkeletonView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SkeletonView" - s.version = "1.8.7" + s.version = "1.8.8" s.summary = "An elegant way to show users that something is happening and also prepare them to which contents he is waiting" s.description = <<-DESC Today almost all apps have async processes, as API requests, long runing processes, etc. And while the processes are working, usually developers place a loading view to show users that something is going on.