From f92f965d5a74e58a9745403b45f69a6b66239123 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Mon, 11 May 2020 16:06:21 -0500 Subject: [PATCH] #1292 - Update changelog.txt. --- pom.xml | 2 +- src/main/resources/changelog.txt | 9 +++++++++ .../hateoas/support/ChangelogCreator.java | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ba33e308..082c5251 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ Apache License, Version 2.0 https://www.apache.org/licenses/LICENSE-2.0 - Copyright 2011-2019 the original author or authors. + Copyright 2011-2020 the original author or authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index b09fd5f9..af225591 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring HATEOAS Changelog ======================== +Changes in version 1.1.0.RELEASE (2020-05-11) +---------------------------------------- +- #1292 - Release 1.1.0.RELEASE. +- #1280 - RepresentationModelProcessorInvoker incorrectly invokes generic processors. +- #968 - @JsonUnwrapped ignored with (embedded) CollectionModel and HAL Forms. +- #864 - Create a dedicated builder for HAL representations. +- #270 - Sample for embedding HAL Resources of different types with root resource. +- #193 - Support for Resources in a Resource to be added to _embedded. + Changes in version 1.1.0.RC1 (2020-04-28) ---------------------------------------- - #1277 - Upgrade to Jackson 2.11.0. diff --git a/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java b/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java index f32c70a0..8ed731a3 100644 --- a/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java +++ b/src/test/java/org/springframework/hateoas/support/ChangelogCreator.java @@ -38,7 +38,7 @@ import com.jayway.jsonpath.JsonPath; */ class ChangelogCreator { - private static final int MILESTONE_ID = 45; + private static final int MILESTONE_ID = 49; 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) {