From 729e6097cddbcc41d30cf7167c7549a576859ae7 Mon Sep 17 00:00:00 2001 From: Narendra Pathai Date: Wed, 6 Sep 2017 15:51:30 +0530 Subject: [PATCH] Updated readme to contain version 2.0.0 --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 + ``` ...