diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0ef9f8..721c9f57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 4.1.0 + +- Fix issues with border drawing and crashes related to it. + Thanks to [@abdulla-allaith](https://github.com/abdulla-allaith) for the PR! + # Version 4.0.0 - Migrate to Swift 4.2, thanks to [@chirs-redbeed](https://github.com/chris-redbeed) for initial migration diff --git a/UICircularProgressRing.podspec b/UICircularProgressRing.podspec index 5eda058f..0c546458 100644 --- a/UICircularProgressRing.podspec +++ b/UICircularProgressRing.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "UICircularProgressRing" - s.version = "4.0.0" + s.version = "4.1.0" s.summary = "A highly customizable circular progress bar for iOS written in Swift" s.description = <<-DESC