From 0adc9683eef9b35bb29d21e248ed260bfdcc8bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanpe=20Catala=CC=81n?= Date: Thu, 10 Sep 2020 10:59:04 +0200 Subject: [PATCH] docs: bump and update CHANGELOG file --- CHANGELOG.md | 3 +++ SkeletonView.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ddcf4a..84632f3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file ### Next version + +## 📦 [1.9](https://github.com/Juanpe/SkeletonView/releases/tag/1.9) + #### 🩹 Bug fixes * [**319**](https://github.com/Juanpe/SkeletonView/pull/319): Fix to consider the top and bottom edge insets when updating the skeleton layer height - [@xpereta](https://github.com/xpereta) * [**320**](https://github.com/Juanpe/SkeletonView/pull/320): Fix Single line customisation - [@Juanpe](https://github.com/juanpe) diff --git a/SkeletonView.podspec b/SkeletonView.podspec index f66fc10..bf21c5e 100644 --- a/SkeletonView.podspec +++ b/SkeletonView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SkeletonView" - s.version = "1.8.8" + s.version = "1.9" 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.