Skip to content

Commit aecea4f

Browse files
committed
#1845 - Update changelog.
1 parent 5317a67 commit aecea4f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 2.0.0-M6 (2022-09-15)
5+
----------------------------------------
6+
- #1819 - Add build time initialization hint for native compilation for MediaTypes.
7+
- #1822 - Add required runtime hints for native compilation.
8+
- #1827 - Switch to Spring Asciidoctor backends for reference documentation.
9+
- #1828 - Upgrade to Reactor 2022.0.0 M6.
10+
- #1830 - DummyInvocationUtils's ThreadLocal cache causes classloader leak.
11+
- #1846 - Upgrade to Spring Plugin 3.0 M2.
12+
- #1847 - Upgrade to Spring Framework 6.0 M6.
13+
- #1848 - Upgrade to Mockk 1.12.7.
14+
- #1849 - Upgrade to JUnit 5.9.
15+
- #1850 - Upgrade to JSONPath 2.7.0.
16+
- #1851 - Upgrade to Jackson 2.13.4.
17+
- #1852 - Upgrade to JaCoCo 0.8.8.
18+
- #1853 - Upgrade to Logback 1.4.1.
19+
- #1854 - Upgrade to Artifactory Maven Plugin 3.4.0.
20+
421
Changes in version 2.0 M5 (2022-07-15)
522
----------------------------------------
623
- #1817 - Improve JavaConfig for AOT use cases.

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