#181 - Prepare 0.13.0.RELEASE.

Upgraded Evo Inflector version to 1.2. Updated changelog.
This commit is contained in:
Oliver Gierke
2014-06-18 09:47:35 +02:00
parent 0b4b3c1ad9
commit b60113852d
3 changed files with 11 additions and 2 deletions

View File

@@ -66,7 +66,7 @@
<jsonpath.version>0.9.1</jsonpath.version>
<objenesis.version>2.1</objenesis.version>
<slf4j.version>1.7.7</slf4j.version>
<evo.version>1.0.1</evo.version>
<evo.version>1.2</evo.version>
<bundlor.failOnWarnings>true</bundlor.failOnWarnings>
</properties>

View File

@@ -1,6 +1,15 @@
Spring HATEOAS Changelog
========================
Changes in version 0.13.0.RELEASE (2014-06-18)
----------------------------------------------
- #199 - Improve design of HalEmbeddedBuilder.
- #198 - TemplateVariables.concat(…) should not duplicate variables.
- #195 - HalEmbeddedBuilder should consider rel provided by object to be added.
- #192 - ControllerLinkBuilder not detecting the right @RequestMapping from a controller.
- #188 - #187: Traverson correctly applies headers when using JsonPath to evaluat...
- #187 - Traverson: toObject(jsonPath) does not apply headers.
Changes in version 0.12.0.RELEASE (2014-05-20)
----------------------------------------------
- #180 - Traverson is not expanding URI template on final call correctly.

View File

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