#105 - Prepare 0.8.0 release.

Updated changelog and ChangelogCreator.
This commit is contained in:
Oliver Gierke
2013-09-08 16:42:00 -07:00
parent 8628da7bba
commit d00a56fc42
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
Spring Hateoas Changelog
=========================
Changes in version 0.8.0.RELEASE (2013-08-09)
---------------------------------------------
- #101 - Enable annotation based parameter name discovery on MethodParameters
- #89 - PagedMetadata issue
- #106 - Upgrade to Jackson 2.2.0
- #105 - Release 0.8
Changes in version 0.7.0.RELEASE (2013-16-07)
---------------------------------------------
- #91 - Improve proxying for links build from method references

View File

@@ -30,7 +30,7 @@ import com.jayway.jsonpath.JsonPath;
*/
class ChangelogCreator {
private static final int MILESTONE_ID = 7;
private static final int MILESTONE_ID = 8;
private static final String URI_TEMPLATE = "https://api.github.com/repos/SpringSource/spring-hateoas/issues?milestone={id}&state=closed";
public static void main(String... args) throws Exception {