Skip to content

Commit 274c1a5

Browse files
committed
#1612 - Prepare changelog for 1.2.9 release.
1 parent ecf545b commit 274c1a5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

src/main/resources/changelog.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
Spring HATEOAS Changelog
22
========================
3+
4+
Changes in version 1.2.9 (2021-09-16)
5+
----------------------------------------
6+
- #1617 - Upgrade to Jackson 2.11.4.
7+
- #1616 - Upgrade to Reactor 2020.0.11.
8+
- #1615 - Upgrade to Slf4j 1.7.32.
9+
- #1614 - Upgrade to Kotlin 1.4.32.
10+
- #1613 - Upgrade to Spring Framework 5.3.10.
11+
- #1611 - Avoid superfluous object creation in `Link.valueOf(…)`.
12+
- #1606 - Wrong nullability declarations for properties of `Link`.
13+
- #1604 - `@JsonIdentityInfo` not rendering correctly since Spring HATEOAS 1.1.2.
14+
- #1601 - Receiving duplicate key when bean property accessors collide.
15+
316
Changes in version 1.2.8 (2021-07-14)
417
----------------------------------------
518
- #1578 - Upgrade to Reactor 2020.0.9.

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 = 72;
41+
private static final int MILESTONE_ID = 73;
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)