Skip to content

Commit

Permalink
Release 1.0.0.RC5
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteinacker committed Feb 15, 2017
1 parent ebc7659 commit 282a826
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,13 @@ in different ways.

## Version History

### 1.0.0.RC5

*Bugfixes*

* Fixed signature of HalRepresentation.withEmbedded(): using List<? extends HalRepresentation
instead of List<HalRepresentation
### 1.0.0.RC4

*New Features / API extensions*
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'maven'
apply plugin: 'jacoco'
apply from: 'dependencies.gradle'

version='1.0.0.RC4'
version='1.0.0.RC5'
group='de.otto.edison'

repositories {
Expand Down

0 comments on commit 282a826

Please sign in to comment.