diff --git a/CHANGELOG.md b/CHANGELOG.md
index f465257..4e668c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
+
+## [0.2.0] - 2018-10-24
### Added
- Convenience implementations of error protocols: `MungoError`, `MungoFatalError` & `MungoHealableError`
diff --git a/Frameworks/SupportingFiles/Info.plist b/Frameworks/SupportingFiles/Info.plist
index d725449..23d96cb 100644
--- a/Frameworks/SupportingFiles/Info.plist
+++ b/Frameworks/SupportingFiles/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.1.0
+ 0.2.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/MungoHealer.podspec b/MungoHealer.podspec
index 9318e88..7a0ac20 100644
--- a/MungoHealer.podspec
+++ b/MungoHealer.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "MungoHealer"
- s.version = "0.1.0"
+ s.version = "0.2.0"
s.summary = "Error Handler based on localized & healable (recoverable) errors without the overhead of NSError. "
s.description = <<-DESC
diff --git a/README.md b/README.md
index eb7bd85..3d62bd8 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@
alt="Build Status">
-
+