diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9346eb6d..4f29338e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,16 @@
# Changelog
+v2.0.0
+----------------
+- LZMA decompression.
+- XZ unarchiving.
+- Once again performance improvement (this time for real).
+- Added public API functions for reading gzip/zlib headers.
+- Added documentation.
+- Added checksums support.
+- Added new errors subtypes.
+- Added two build options for diagnostical use.
+- Rephrased comments to public API.
+
v1.2.2
----------------
- Small performance improvement.
diff --git a/SWCompression.podspec b/SWCompression.podspec
index 1c931983..6a00f3ac 100644
--- a/SWCompression.podspec
+++ b/SWCompression.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SWCompression"
- s.version = "1.2.2"
+ s.version = "2.0.0"
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 fd435638..d87c8b3c 100644
--- a/Sources/Service/Info-iOS.plist
+++ b/Sources/Service/Info-iOS.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.2.2
+ 2.0.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/Sources/Service/Info-tvOS.plist b/Sources/Service/Info-tvOS.plist
index fd435638..d87c8b3c 100644
--- a/Sources/Service/Info-tvOS.plist
+++ b/Sources/Service/Info-tvOS.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.2.2
+ 2.0.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/Sources/Service/Info-watchOS.plist b/Sources/Service/Info-watchOS.plist
index fd435638..d87c8b3c 100644
--- a/Sources/Service/Info-watchOS.plist
+++ b/Sources/Service/Info-watchOS.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.2.2
+ 2.0.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/Sources/Service/Info.plist b/Sources/Service/Info.plist
index bae87836..0f0801ad 100644
--- a/Sources/Service/Info.plist
+++ b/Sources/Service/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.2.2
+ 2.0.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSHumanReadableCopyright