File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
Spring HATEOAS Changelog
2
2
========================
3
3
4
+ Changes in version 1.3.2 (2021-06-22)
5
+ ----------------------------------------
6
+ - #1554 - Upgrade to Spring Framework 5.3.8.
7
+ - #1553 - Upgrade to Reactor 2020.0.8.
8
+ - #1549 - IllegalStateException with @RequestParam Map<String, String>.
9
+ - #1546 - Upgrade to JSON Smart 2.3.1.
10
+
4
11
Changes in version 1.3.1 (2021-05-12)
5
12
----------------------------------------
6
13
- #1533 - Upgrade to Spring 5.3.7.
Original file line number Diff line number Diff line change 38
38
*/
39
39
class ChangelogCreator {
40
40
41
- private static final int MILESTONE_ID = 67 ;
41
+ private static final int MILESTONE_ID = 70 ;
42
42
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed" ;
43
43
44
44
public static void main (String ... args ) {
You can’t perform that action at this time.
0 commit comments