#529 - Updated changelog.

This commit is contained in:
Oliver Gierke
2016-12-22 14:03:40 +01:00
parent fb0ba255a6
commit 4ad0b97f12
2 changed files with 6 additions and 1 deletions

View File

@@ -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.

View File

@@ -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 {