diff --git a/README.md b/README.md
index b93625d..765612a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# EID Runtime Exceptions and Utilities
-[](https://travis-ci.org/wavesoftware/java-eid-exceptions) [](https://coveralls.io/github/wavesoftware/java-eid-exceptions?branch=master) [](https://sonar.wavesoftware.pl/dashboard?id=pl.wavesoftware%3Aeid-exceptions) [](https://search.maven.org/artifact/pl.wavesoftware/eid-exceptions/1.2.0/jar)
+[](https://travis-ci.org/wavesoftware/java-eid-exceptions) [](https://coveralls.io/github/wavesoftware/java-eid-exceptions?branch=master) [](https://sonar.wavesoftware.pl/dashboard?id=pl.wavesoftware%3Aeid-exceptions) [](https://search.maven.org/search?q=g:pl.wavesoftware%20AND%20a:eid-exceptions)
This small library holds a set of exceptions and utilities that implements idea of fast, reusable, error codes that can be simply thrown fast in case of unpredictable and unrecoverable application failure. It is meant to be used for application bugs.
@@ -56,7 +56,7 @@ This classes shouldn't be used in any public API or library. It is designed to b
pl.wavesoftware
eid-exceptions
- 1.2.0
+ 2.0.0
```
@@ -244,16 +244,16 @@ Even if you can't contribute code, if you have an idea for an improvement please
## Requirements
-* JDK >= 1.6
+* JDK 6 - 11
### Releases
- 2.0.0
- Complete overhaul of library structure
+ - Support for Java 9 and 11
- More obvious exceptions constructors
- Better configuration
- Optional validation
-
- 1.2.0
- Major performance tweaks and tests for `EidPreconditions` methods #4
- Major performance tweaks and tests for `Eid` class #2
diff --git a/pom.xml b/pom.xml
index 728bdea..a3901fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
4.0.0
pl.wavesoftware
eid-exceptions
- 2.0.0
+ 2.0.1-SNAPSHOT
jar
EID Runtime Exceptions and Utilities