#472 - Updated changelog.

This commit is contained in:
Oliver Gierke
2016-07-27 12:37:00 +02:00
parent 266ad50b35
commit dbc4b48ea4
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
Spring HATEOAS Changelog
========================
Changes in version 0.21.0.RELEASE (2016-07-17)
----------------------------------------------
- #472 - Release 0.21.
- #469 - Remove use of AnnotationMethodHandlerAdapter for Spring 5 compatibility.
- #464 - Documentation for Traverson broken.
- #460 - HalHandlerInstantiator should use a BeanFactory just like SpringHandlerInstantiator.
Changes in version 0.20.0.RELEASE (2016-06-06)
----------------------------------------------
- #458 - Release 0.20.

View File

@@ -30,7 +30,7 @@ import com.jayway.jsonpath.JsonPath;
*/
class ChangelogCreator {
private static final int MILESTONE_ID = 20;
private static final int MILESTONE_ID = 21;
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 {