diff --git a/CHANGELOG b/CHANGELOG
index 980a0fc..893b4f3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,14 @@
CHANGELOG
=========
+0.2.0
+-----
+
+* `TypeAlias.getValue()` is not `final`
+* Added `TypeAlias.map()`
+* `Mon.map()` and `Mon.flatMap()` are `final`
+* Codacy Quality clean up
+
0.1.0
-----
diff --git a/pom.xml b/pom.xml
index ab55cb9..9bb2f61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,22 +7,27 @@
net.kemitix
kemitix-parent
- 3.2.4
+ 4.0.0
mon
- 0.2.0-SNAPSHOT
+ 0.2.0
+
+
+ 4.12
+ 3.8.0
+
junit
junit
- 4.12
+ ${junit.version}
test
org.assertj
assertj-core
- 3.8.0
+ ${assertj-core.version}
test