diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..c8034a8
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,6 @@
+# Changelog
+
+## 0.2.0
+  * Add support for field selection [#25](https://github.com/singer-io/tap-klaviyo/pull/25)
+  * Add retry mechanism [#30](https://github.com/singer-io/tap-klaviyo/pull/30)
+  * Add support for the campaigns stream [#29](https://github.com/singer-io/tap-klaviyo/pull/29)
diff --git a/setup.py b/setup.py
index 4670812..1eacb5f 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 setup(name='tap-klaviyo',
-      version='0.1.1',
+      version='0.2.0',
       description='Singer.io tap for extracting data from the Klaviyo API',
       author='Stitch',
       url='http://singer.io',