#167 - Updated changelog.

This commit is contained in:
Oliver Gierke
2014-05-01 19:45:36 +02:00
parent 2bf386bd6f
commit 8d5f29393e
3 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
Spring HATEOAS Changelog
=========================
========================
Changes in version 0.10.0.RELEASE (2014-05-01)
----------------------------------------------
- #173 - Release 0.110.
- #172 - Link should be serializable.
- #170 - Proxy header detection should honor X-Forwarded-Port.
- #114 - linkTo(methodOn()) problem when method is defined by super class of controller.
Changes in version 0.10.0.RELEASE (2014-03-30)
----------------------------------------------

View File

@@ -1,5 +1,5 @@
Spring Hateoas 0.9
Copyright (c) [2012-2014] Pivotal, Inc.
Spring Hateoas 0.11
Copyright (c) [2012-2014] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
You may not use this product except in compliance with the License.

View File

@@ -30,7 +30,7 @@ import com.jayway.jsonpath.JsonPath;
*/
class ChangelogCreator {
private static final int MILESTONE_ID = 9;
private static final int MILESTONE_ID = 11;
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 {