diff --git a/README.md b/README.md
index dd6e580..085326f 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,26 @@
An extension to [Java Hamcrest](https://github.com/hamcrest/JavaHamcrest) which provides matchers for `java.util.Optional`.
## Maven Dependency
+
+### Version 2.0.0 - Latest
+
+Changes
+
+ - Methods renamed from `hasValue` to `isPresentAndIs/isPresentAnd` for better fluency.
+```
+
+...
+
+ com.github.npathai
+ hamcrest-optional
+ 2.0.0
+
+...
+
+```
+
+### Version 1.0
+
```
...