diff --git a/CHANGELOG.md b/CHANGELOG.md index efe4a794..b1ce87f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +v1.0.1 +---------------- +Fixed several crashes caused by mistyping and shift 'overflow' (when it becomes greater than 15). + v1.0.0 ---------------- Initial release, which features support for Deflate, Gzip and Zlib decompression. diff --git a/SWCompression.podspec b/SWCompression.podspec index 721dbe5a..558de0f0 100644 --- a/SWCompression.podspec +++ b/SWCompression.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SWCompression" - s.version = "1.0.0" + s.version = "1.0.1" s.summary = "Framework with implementations in Swift of different (de)compression algorithms" s.description = <<-DESC