diff --git a/CHANGELOG.md b/CHANGELOG.md index ca5849c..8d5153b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,9 @@ ### Internal Changes - _None_ +- Updated the PathKit dependency to 0.9.0 in CocoaPods, to be in line with SPM. + [David Jennes](https://github.com/djbe) + [#227](https://github.com/stencilproject/Stencil/pull/227) ## 0.12.0 diff --git a/Stencil.podspec.json b/Stencil.podspec.json index 7483651..3fdbbcf 100644 --- a/Stencil.podspec.json +++ b/Stencil.podspec.json @@ -26,7 +26,7 @@ "requires_arc": true, "dependencies": { "PathKit": [ - "~> 0.8.0" + "~> 0.9.0" ] } }