diff --git a/pages/docs/changelog.md b/pages/docs/changelog.md
new file mode 100644
index 0000000000000000000000000000000000000000..eb0fe4d555048fb90f71cec631baafeaef35a4d7
--- /dev/null
+++ b/pages/docs/changelog.md
@@ -0,0 +1,17 @@
+# Changelog
+
+## 0.3.1
+
+- Full support for incremental dependency tracking
+- Full support for subtree endpoint definitions ([#9](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/9))
+- Internal: Use updated gradle plugin for tests ([#18](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/18))
+- Bugfix [#22](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/22): Correct handling of malformed URIs passed when connecting an endpoint
+- Bugfix [#23](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/23): Correct handling of OptComponents as endpoints
+- Bugfix [#27](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/27): Correctly handle whitespaces in grammars
+
+## 0.3.0
+
+- Added [API documentation](ragdoc/index.html) to documentation
+- Add methods to `disconnect` an endpoint
+- Internal: PoC for incremental dependency tracking and subtree endpoint definitions ([#14](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/14))
+- Bugfix [#17](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/17): Added missing support for `boolean`
diff --git a/pages/mkdocs.yml b/pages/mkdocs.yml
index a2f77dc9ba0b011450d8c6326ac3880998b1b793..6363c73ae7ac43b9c4d04c4eb0036ef36fb5019a 100644
--- a/pages/mkdocs.yml
+++ b/pages/mkdocs.yml
@@ -5,6 +5,7 @@ nav:
   - inner-workings.md
   - using.md
   - extending.md
+  - changelog.md
   - API documentation: ragdoc/index.html
 theme:
   name: readthedocs
diff --git a/ragconnect.base/src/main/resources/ragConnectVersion.properties b/ragconnect.base/src/main/resources/ragConnectVersion.properties
index b3949feaa2313cf0168b132b6f23c1d6ca6940ef..cc1f011163b2d40f2569f47f8c4151154d2fab63 100644
--- a/ragconnect.base/src/main/resources/ragConnectVersion.properties
+++ b/ragconnect.base/src/main/resources/ragConnectVersion.properties
@@ -1,2 +1,2 @@
-#Tue May 04 13:53:39 CEST 2021
+#Thu Jun 03 11:17:05 CEST 2021
 version=0.3.1