From 5ce57feded48dfcfe3e41b16925be99019e3c42c Mon Sep 17 00:00:00 2001 From: Eric Horacek Date: Thu, 30 Nov 2017 21:50:33 -0800 Subject: [PATCH] Update CHANGELOG and bump podspec to 0.3.8 --- CHANGELOG.md | 8 ++++++++ Motif.podspec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e251c99..df56f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.3.8 + +## Fixes + +- Update example project to Swift 4 (#99) +- Update to latest libyaml (#98) +- Fix warnings (#97) + # 0.3.7 ## Fixes diff --git a/Motif.podspec b/Motif.podspec index f7f7608..be12ce1 100644 --- a/Motif.podspec +++ b/Motif.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Motif' - s.version = '0.3.7' + s.version = '0.3.8' s.license = { :type => 'MIT', :file => 'LICENSE'