diff --git a/.jazzy.yaml b/.jazzy.yaml
index 3de5bc3a..4b203748 100644
--- a/.jazzy.yaml
+++ b/.jazzy.yaml
@@ -3,9 +3,9 @@ clean: true
exclude: Tests/
author: Timofey Solomko
module: SWCompression
-module_version: 2.4.0
+module_version: 2.4.1
copyright: '© 2017 Timofey Solomko'
readme: README.md
github_url: https://github.com/tsolomko/SWCompression
-github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v2.4.0
+github_file_prefix: https://github.com/tsolomko/SWCompression/tree/v2.4.1
theme: fullwidth
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e483061..627a6080 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
# Changelog
+v2.4.1
+----------------
+- Lowered deployment targets versions for all (supported) Apple platforms.
+
v2.4.0
----------------
- Reduced memory usage in some cases.
diff --git a/SWCompression.podspec b/SWCompression.podspec
index a3b37328..bc0bad0f 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 = "2.4.1"
s.summary = "Framework with implementations in Swift of different (de)compression algorithms"
s.description = <<-DESC
diff --git a/Sources/Service/Info-iOS.plist b/Sources/Service/Info-iOS.plist
index b0b5b239..55bd619c 100644
--- a/Sources/Service/Info-iOS.plist
+++ b/Sources/Service/Info-iOS.plist
@@ -15,7 +15,7 @@