From df577d9eb31e0f68e09da41babf437a6a1859d5d Mon Sep 17 00:00:00 2001 From: Vyacheslav Rusakov Date: Tue, 25 Nov 2014 07:56:58 +0600 Subject: [PATCH] update docs --- CHANGELOG.md | 2 ++ README.md | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a81da..63c1a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +### 1.1.1 (2014-11-25) * Update dropwizard (0.7 -> 0.8.rc1) * Update orient (1.7.9 -> 1.7.10) +* Drop java 1.6 support ### 1.1.0 (2014-10-06) * Update orient (1.7.8 > 1.7.9) - [important hotfix](https://groups.google.com/forum/#!topic/orient-database/vPF85I5Blts) diff --git a/README.md b/README.md index a951c14..03fb3b0 100644 --- a/README.md +++ b/README.md @@ -33,17 +33,17 @@ Maven: ru.vyarus dropwizard-orient-server - 1.1.0 + 1.1.1 ``` Gradle: ```groovy -compile 'ru.vyarus:dropwizard-orient-server:1.1.0' +compile 'ru.vyarus:dropwizard-orient-server:1.1.1' ``` -Compatible with dropwizard 0.8 +for dropwizard 0.7 use version 1.1.0 (see [old docs](https://github.com/xvik/dropwizard-orient-server/tree/dw-0.7)) ### Usage