#529 - Updated changelog.
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
Spring HATEOAS Changelog
|
||||
========================
|
||||
|
||||
Changes in version 0.23.0.RELEASE (2016-12-22)
|
||||
----------------------------------------------
|
||||
- #529 - Release 0.23.
|
||||
- #527 - Link creation via ControllerLinkBuilder broken.
|
||||
|
||||
Changes in version 0.22.0.RELEASE (2016-12-21)
|
||||
----------------------------------------------
|
||||
- #473 - Release 0.22.
|
||||
|
||||
@@ -30,7 +30,7 @@ import com.jayway.jsonpath.JsonPath;
|
||||
*/
|
||||
class ChangelogCreator {
|
||||
|
||||
private static final int MILESTONE_ID = 22;
|
||||
private static final int MILESTONE_ID = 23;
|
||||
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