Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Aug 26, 2016
1 parent cba5dde commit fe19111
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 1.1.1 (2016-08-26)
- Combined `FirstLink`, `NextLink`, `PageLink`, `LastLink` and `PreviousLink` to `Link`
- Combined `CompareRecord`, `ResultRecord`(ffrecommender) and `SimilarityRecord` to `RecordWithId`
- Adjusted `absolute*Value` and `selected*Value` inside `Element` to `Double`

### 1.1.0 (2016-08-10)
- Adjusted API to be compatible with FACT-Finder 7.1

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version='1.1.0'
version='1.1.1'

subprojects {
apply plugin: 'java'
Expand Down

0 comments on commit fe19111

Please sign in to comment.