#730 - Prepare 0.25.
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
Spring HATEOAS Changelog
|
||||
========================
|
||||
|
||||
Changes in version 0.25.0.RELEASE (2018-07-25)
|
||||
----------------------------------------------
|
||||
- #730 - Release 0.25.
|
||||
- #724 - Ensure Spring 4.3 / 5 compatibility in EncodingUtils.
|
||||
- #723 - Backport simplified configuration setup.
|
||||
- #722 - Update build plugins.
|
||||
- #721 - Upgrade to Lombok 1.18.0.
|
||||
- #720 - Upgrade to Spring 4.3.18.
|
||||
- #665 - ALPS spec name is "descriptor" not "descriptors".
|
||||
|
||||
Changes in version 0.24.0.RELEASE (2017-10-30)
|
||||
----------------------------------------------
|
||||
- #661 - Release 0.24.
|
||||
|
||||
@@ -30,7 +30,7 @@ import com.jayway.jsonpath.JsonPath;
|
||||
*/
|
||||
class ChangelogCreator {
|
||||
|
||||
private static final int MILESTONE_ID = 23;
|
||||
private static final int MILESTONE_ID = 26;
|
||||
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
|
||||
|
||||
public static void main(String... args) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user