diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1fa9093 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +## [0.2.0] - 2018-10-01 + +### Changed +- `dismiss` no longer `throws`. +- Update to Swift version 4.2. diff --git a/VCBoss.podspec b/VCBoss.podspec index f605a17..79e5a48 100644 --- a/VCBoss.podspec +++ b/VCBoss.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'VCBoss' - s.version = '0.1.0' + s.version = '0.2.0' s.summary = 'Present UIViewControllers modally in an easy and safe way.' # This description is used to generate tags and improve search results.