diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b5b19c..887b33f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
+
+# [2.0.1](https://github.com/SwiftScream/URITemplate/compare/2.0.0...2.0.1) (2018-07-10)
+
+- Update README
+
+
# [2.0.0](https://github.com/SwiftScream/URITemplate/compare/1.1.1...2.0.0) (2018-07-09)
diff --git a/Configuration/Project.xcconfig b/Configuration/Project.xcconfig
index 77077ba..552f820 100644
--- a/Configuration/Project.xcconfig
+++ b/Configuration/Project.xcconfig
@@ -10,6 +10,6 @@ ENABLE_STRICT_OBJC_MSGSEND = YES
SWIFT_VERSION = 4.1
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES
-CURRENT_PROJECT_VERSION = 2.0.0
+CURRENT_PROJECT_VERSION = 2.0.1
#include "Warnings.xcconfig"
diff --git a/ScreamURITemplate.podspec b/ScreamURITemplate.podspec
index d44b8c0..685e937 100644
--- a/ScreamURITemplate.podspec
+++ b/ScreamURITemplate.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ScreamURITemplate"
- s.version = "2.0.0"
+ s.version = "2.0.1"
s.summary = "Robust and performant Swift implementation of RFC6570 URI Template"
s.homepage = "https://github.com/SwiftScream/URITemplate"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }