diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..14a2cb3
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,61 @@
+
+
+## [0.1.3](https://github.com/nuuday/terraform-aws-kubernetes-grafana/compare/0.1.2...0.1.3) (2020-08-10)
+
+### Chore
+
+* precision in variable descriptions
+* formatting
+
+### Feat
+
+* allow all OAuth configurations to be passed into `grafana.ini`
+
+### Improvement
+
+* only create Grafana namespace if it doesn't exist
+
+
+
+## [0.1.2](https://github.com/nuuday/terraform-aws-kubernetes-grafana/compare/0.1.1...0.1.2) (2020-07-10)
+
+### Fix
+
+* formatting
+* removed lint flow
+
+
+
+## [0.1.1](https://github.com/nuuday/terraform-aws-kubernetes-grafana/compare/0.1.0...0.1.1) (2020-07-10)
+
+### Fix
+
+* formatting
+
+
+
+## [0.1.0](https://github.com/nuuday/terraform-aws-kubernetes-grafana/compare/0.0.1...0.1.0) (2020-07-09)
+
+### Feat
+
+* Added configuration options for multiple domains
+* Added lint workflow
+
+
+
+## 0.0.1 (2020-07-06)
+
+### Docs
+
+* Change project title
+
+### Feat
+
+* Added changelog configuration
+* added domain configuration
+* added release procedure
+
+### Fix
+
+* Disabled special characters for password generation
+* documentation