diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..798593be298b1d4201afcc63607d50b4fd54a297
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,58 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+## [0.2.0] - 2024-11-04
+
+### 🚀 Features
+
+- Preserve err context from jsonschema
+
+### ⚙️ Miscellaneous Tasks
+
+- Setup gitlab ci
+
+## [0.1.3] - 2024-07-01
+
+### 🐛 Bug Fixes
+
+- Resolve all references correctly
+- Perform additional reference resolution on schema meant to replace a reference
+
+### 🧪 Testing
+
+- New integration test for tuple structs
+
+### ⚙️ Miscellaneous Tasks
+
+- Bump version 0.1.2 -> 0.1.3
+
+## [0.1.1] - 2024-02-14
+
+### 🐛 Bug Fixes
+
+- Correctly resolve references in enums and arrays
+
+### ⚙️ Miscellaneous Tasks
+
+- *(release)* Bump version to 0.1.1
+
+## [0.1.0] - 2024-02-12
+
+### 🚀 Features
+
+- Improve error reporting
+
+### 🐛 Bug Fixes
+
+- Implement essential traits on error types
+
+### 🚜 Refactor
+
+- Move type name inference to a dedicated function
+
+### ⚙️ Miscellaneous Tasks
+
+- *(docs)* Update documentation
+
+<!-- generated by git-cliff -->
diff --git a/Cargo.toml b/Cargo.toml
index 00d916515e7b73dc731aaee5c6e3b29d49e53657..1ed91bc9edfcbde0e365327350e45862b8c1a69a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "schema-police"
-version = "0.1.3"
+version = "0.2.0"
 edition = "2021"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html