Skip to content

Commit 2faa58a

Browse files
committed
#1669 - Update changelog prior to release.
1 parent 35fad9a commit 2faa58a

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,6 +1,19 @@
11
Spring HATEOAS Changelog
22
========================
33

4+
Changes in version 1.2.10 (2021-10-14)
5+
----------------------------------------
6+
- #1671 - Upgrade to Lombok 1.18.22.
7+
- #1670 - Upgrade to Mockk 1.10.6.
8+
- #1668 - Upgrade to Reactor 2020.0.12.
9+
- #1667 - Upgrade Maven Wrapper to 3.8.3.
10+
- #1666 - Upgrade to Spring Framework 5.3.11.
11+
- #1664 - Fix sample of `HalModelBuilder` in documentation.
12+
- #1650 - Irritating log output when pointing to controller methods that return a `Mono`.
13+
- #1646 - `DummyInvocationUtils.methodOn(…)` fails for methods returning `Object` on JDK 17.
14+
- #1645 - Upgrade Lombok to 1.18.20 for JDK 17 support.
15+
- #1644 - Upgrade compatibility builds to JDK 17.
16+
417
Changes in version 1.2.9 (2021-09-16)
518
----------------------------------------
619
- #1617 - Upgrade to Jackson 2.11.4.

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