diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c8662c9..f1f5678d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Stencil Changelog -## Master +## 0.12.0 ### Enhancements diff --git a/Stencil.podspec.json b/Stencil.podspec.json index a173c05d..74836517 100644 --- a/Stencil.podspec.json +++ b/Stencil.podspec.json @@ -1,6 +1,6 @@ { "name": "Stencil", - "version": "0.11.0", + "version": "0.12.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/stencilproject/Stencil.git", - "tag": "0.11.0" + "tag": "0.12.0" }, "source_files": [ "Sources/*.swift"