Skip to content

Commit f92f965

Browse files
committed
#1292 - Update changelog.txt.
1 parent 5d1136e commit f92f965

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<name>Apache License, Version 2.0</name>
5050
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
5151
<comments>
52-
Copyright 2011-2019 the original author or authors.
52+
Copyright 2011-2020 the original author or authors.
5353

5454
Licensed under the Apache License, Version 2.0 (the "License");
5555
you may not use this file except in compliance with the License.

src/main/resources/changelog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Spring HATEOAS Changelog
22
========================
33

4+
Changes in version 1.1.0.RELEASE (2020-05-11)
5+
----------------------------------------
6+
- #1292 - Release 1.1.0.RELEASE.
7+
- #1280 - RepresentationModelProcessorInvoker incorrectly invokes generic processors.
8+
- #968 - @JsonUnwrapped ignored with (embedded) CollectionModel and HAL Forms.
9+
- #864 - Create a dedicated builder for HAL representations.
10+
- #270 - Sample for embedding HAL Resources of different types with root resource.
11+
- #193 - Support for Resources in a Resource to be added to _embedded.
12+
413
Changes in version 1.1.0.RC1 (2020-04-28)
514
----------------------------------------
615
- #1277 - Upgrade to Jackson 2.11.0.

src/test/java/org/springframework/hateoas/support/ChangelogCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
class ChangelogCreator {
4040

41-
private static final int MILESTONE_ID = 45;
41+
private static final int MILESTONE_ID = 49;
4242
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
4343

4444
public static void main(String... args) {

0 commit comments

Comments
 (0)