#216 - Prepare version 0.16.0.RELEASE.

This commit is contained in:
Oliver Gierke
2014-07-28 09:19:01 +02:00
parent 5882fcf0d6
commit a1315058cd
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
Spring HATEOAS Changelog
========================
Changes in version 0.16.0.RELEASE (2014-07-28)
----------------------------------------------
- #219 - Registration of HttpMessageConverter for HAL should restrict rendering to subtypes of ResourceSupport.
- #217 - Improve UriTemplate's TemplateVariables handling.
- #216 - Release 0.16.0.RELEASE.
Changes in version 0.15.0.RELEASE (2014-07-10)
----------------------------------------------
- #212 - Traversion should be able to return the last link found.

View File

@@ -30,7 +30,7 @@ import com.jayway.jsonpath.JsonPath;
*/
class ChangelogCreator {
private static final int MILESTONE_ID = 15;
private static final int MILESTONE_ID = 16;
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
public static void main(String... args) throws Exception {