From 8d5f29393e3aa18f1bc77b002475c717b6fd21e2 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 1 May 2014 19:45:36 +0200 Subject: [PATCH] #167 - Updated changelog. --- src/main/resources/changelog.txt | 9 ++++++++- src/main/resources/notice.txt | 4 ++-- .../hateoas/support/ChangelogCreator.java | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index edde485b..48aaf916 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -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) ---------------------------------------------- diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index 9d715d15..165b4772 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -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. diff --git a/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java b/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java index 07fedbba..bf7c9e6c 100644 --- a/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java +++ b/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java @@ -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 {