From 2d7f399bec6a4474e90b36e5363d5eeff664e420 Mon Sep 17 00:00:00 2001 From: shoheiyokoyama Date: Mon, 30 Sep 2019 19:06:59 +0900 Subject: [PATCH] Release 0.1.5. --- CHANGELOG.md | 14 ++++++++++++++ Chausie.podspec | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ec51a..fba093d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,20 @@ * None. +## [0.1.5](https://github.com/cats-oss/Chausie/releases/tag/0.1.5) + +##### Breaking + +* None. + +##### Enhancements + +* None. + +##### Bug Fixes + +* [Fix layout bug after device rotation](https://github.com/cats-oss/Chausie/pull/6) + ## [0.1.4](https://github.com/cats-oss/Chausie/releases/tag/0.1.4) ##### Breaking diff --git a/Chausie.podspec b/Chausie.podspec index a888efe..9c25ff6 100644 --- a/Chausie.podspec +++ b/Chausie.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Chausie' - s.version = '0.1.4' + s.version = '0.1.5' s.summary = 'Chausie provides a customizable view containers that manages navigation between pages of content. :cat:' s.homepage = 'https://github.com/cats-oss/Chausie' s.license = { :type => 'MIT', :file => 'LICENSE' }