Skip to content

Commit

Permalink
Preparing for 1.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpeterson committed Aug 10, 2016
1 parent c9772f0 commit b1f63f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.1.1 (????-??-??)
## 1.1.1 (2016-08-10)

- jonpeterson: Fixed bug that caused error while serializing models using @JsonSubTypes.
- jonpeterson: Fixed detection of multiple @JsonSerializeToVersion properties; getters and setters now allowed.
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Compiled for Java 6 and tested with Jackson 2.2 - 2.8.
## Getting Started with Gradle
```groovy
dependencies {
compile 'com.github.jonpeterson:jackson-module-model-versioning:1.1.0'
compile 'com.github.jonpeterson:jackson-module-model-versioning:1.1.1'
}
```

Expand All @@ -180,8 +180,10 @@ dependencies {
<dependency>
<groupId>com.github.jonpeterson</groupId>
<artifactId>jackson-module-model-versioning</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

## [JavaDoc](https://jonpeterson.github.io/docs/jackson-module-model-versioning/1.1.0/index.html)
## [JavaDoc](https://jonpeterson.github.io/docs/jackson-module-model-versioning/1.1.1/index.html)

## [Changelog](CHANGELOG.md)

0 comments on commit b1f63f0

Please sign in to comment.