diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d5153b..b782446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,8 @@ # Stencil Changelog -## Master +## 0.12.1 - ### Bug Fixes - - _None_ - - ### Breaking Changes - - _None_ - - ### New Features - - _None_ - - ### Internal Changes +### Internal Changes - Updated the PathKit dependency to 0.9.0 in CocoaPods, to be in line with SPM. [David Jennes](https://github.com/djbe) diff --git a/Stencil.podspec.json b/Stencil.podspec.json index 3fdbbcf..3de5732 100644 --- a/Stencil.podspec.json +++ b/Stencil.podspec.json @@ -13,7 +13,7 @@ "social_media_url": "https://twitter.com/kylefuller", "source": { "git": "https://github.com/stencilproject/Stencil.git", - "tag": "0.12.0" + "tag": "0.12.1" }, "source_files": [ "Sources/*.swift" diff --git a/docs/conf.py b/docs/conf.py index bdcac0d..4d69c8d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ author = 'Kyle Fuller' # built documents. # # The short X.Y version. -version = '0.12.0' +version = '0.12.1' # The full version, including alpha/beta/rc tags. -release = '0.12.0' +release = '0.12.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.