Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Nov 25, 2014
1 parent daa2117 commit df577d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ Maven:
<dependency>
<groupId>ru.vyarus</groupId>
<artifactId>dropwizard-orient-server</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

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

Expand Down

0 comments on commit df577d9

Please sign in to comment.