diff --git a/.jazzy.yaml b/.jazzy.yaml
index c95515d..859588a 100644
--- a/.jazzy.yaml
+++ b/.jazzy.yaml
@@ -1,5 +1,5 @@
module: HTMLKit
-module_version: 2.0.6
+module_version: 2.1.0
author: Iskandar Abudiab
author_url: https://twitter.com/iabudiab
github_url: https://github.com/iabudiab/HTMLKit
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dcf1f94..59248dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Change Log
+## [2.1.0](https://github.com/iabudiab/HTMLKit/releases/tag/2.1.0)
+
+Released on 2017.10.12
+
+### Added
+
+- Standarized tokenizer error codes:
+ - [whatwg/html#2701](https://github.com/whatwg/html/pull/2701)
+ - [html5lib/html5lib-tests#92](https://github.com/html5lib/html5lib-tests/pull/92)
+
+### Updated
+
+- Project for Xcode 9
+- Travis config for iOS 11.0, macOS 10.13, tvOS 11.0 and watchOS 4.0
+- Updated HTML5Lib-Tests submodule (cbafeba)
+
## [2.0.6](https://github.com/iabudiab/HTMLKit/releases/tag/2.0.6)
Released on 2017.05.02
diff --git a/HTMLKit.podspec b/HTMLKit.podspec
index 50e830e..32fb565 100644
--- a/HTMLKit.podspec
+++ b/HTMLKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "HTMLKit"
- s.version = "2.0.6"
+ s.version = "2.1.0"
s.summary = "HTMLKit, an Objective-C framework for your everyday HTML needs."
s.license = "MIT"
s.homepage = "https://github.com/iabudiab/HTMLKit"
diff --git a/README.md b/README.md
index 197666f..2b43ae4 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@
An Objective-C framework for your everyday HTML needs.
-[](https://travis-ci.org/iabudiab/HTMLKit)
-[](https://codecov.io/gh/iabudiab/HTMLKit)
+[](https://travis-ci.org/iabudiab/HTMLKit)
+[](https://codecov.io/gh/iabudiab/HTMLKit)
[](https://github.com/Carthage/Carthage)
[](https://cocoapods.org/pods/HTMLKit)
[](http://cocoadocs.org/docsets/HTMLKit)
diff --git a/Sources/HTMLKit-Info.plist b/Sources/HTMLKit-Info.plist
index 7b6a588..5ed2cdb 100644
--- a/Sources/HTMLKit-Info.plist
+++ b/Sources/HTMLKit-Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.0.6
+ 2.1.0
CFBundleSignature
????
CFBundleVersion