diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 5c4a501..e70361d 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,3 +1,6 @@
+# 2.0.2
+- Added equals and hashCode to value types
+
# 2.0.1
- Reflections library shaded
diff --git a/hope-core/dependency-reduced-pom.xml b/hope-core/dependency-reduced-pom.xml
index f550053..b7ee3df 100644
--- a/hope-core/dependency-reduced-pom.xml
+++ b/hope-core/dependency-reduced-pom.xml
@@ -3,7 +3,7 @@
hope
io.appform.hope
- 2.0.1
+ 2.0.2
4.0.0
hope-core
diff --git a/hope-core/pom.xml b/hope-core/pom.xml
index ba07898..c595c6b 100644
--- a/hope-core/pom.xml
+++ b/hope-core/pom.xml
@@ -5,7 +5,7 @@
hope
io.appform.hope
- 2.0.1
+ 2.0.2
4.0.0
diff --git a/hope-lang/pom.xml b/hope-lang/pom.xml
index 8b2f6c7..6b05245 100644
--- a/hope-lang/pom.xml
+++ b/hope-lang/pom.xml
@@ -5,7 +5,7 @@
hope
io.appform.hope
- 2.0.1
+ 2.0.2
4.0.0
diff --git a/pom.xml b/pom.xml
index 6fddd58..2a16718 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
io.appform.hope
hope
pom
- 2.0.1
+ 2.0.2
Hope
https://github.com/santanusinha/hope
@@ -91,6 +91,8 @@
31.0.1-jre
2.7.0
2.13.1
+ 3.0.0-M5
+ false
@@ -173,6 +175,9 @@
true
+
+ true
+
@@ -219,6 +224,52 @@
+
+ perf
+
+
+ normalBuild
+ false
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${surefire.version}
+
+
+ **/*
+
+
+
+
+
+
+
+ default
+
+ true
+
+
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${surefire.version}
+
+
+ **/*Perf*
+
+
+
+
+
+
@@ -232,11 +283,7 @@
11
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 3.0.0-M5
-
+
org.jacoco
jacoco-maven-plugin
@@ -307,5 +354,4 @@
-