diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d10e2bc..2ed61aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Stencil Changelog -## Master +## 0.11.0 (2018-04-04) ### Enhancements diff --git a/Stencil.podspec.json b/Stencil.podspec.json index 4215d5a9..59805537 100644 --- a/Stencil.podspec.json +++ b/Stencil.podspec.json @@ -1,6 +1,6 @@ { "name": "Stencil", - "version": "0.10.1", + "version": "0.11.0", "summary": "Stencil is a simple and powerful template language for Swift.", "homepage": "https://stencil.fuller.li", "license": { @@ -13,7 +13,7 @@ "social_media_url": "https://twitter.com/kylefuller", "source": { "git": "https://github.com/kylef/Stencil.git", - "tag": "0.10.1" + "tag": "0.11.0" }, "source_files": [ "Sources/*.swift" @@ -25,6 +25,8 @@ }, "requires_arc": true, "dependencies": { - "PathKit": [ "~> 0.8.0" ] + "PathKit": [ + "~> 0.8.0" + ] } }