diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e483061..053a957a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog +v3.0.0 +---------------- +#### test1 +- BZip2 decompression now checks CRC32. +- GZipHeader.modificationTime is now Optional. +- Enabled support for bzip2 and lzma compressed files in zip containers. + - In CocoaPods configurations availability of such support depends on + the presence of corresponding podspecs. + v2.4.0 ---------------- - Reduced memory usage in some cases. diff --git a/SWCompression.podspec b/SWCompression.podspec index 43c24153..e2f73606 100644 --- a/SWCompression.podspec +++ b/SWCompression.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SWCompression" - s.version = "2.4.0" + s.version = "3.0.0-test1" s.summary = "Framework with implementations in Swift of different (de)compression algorithms" s.description = <<-DESC