#202 - Prepare 0.14.0.RELEASE.

This commit is contained in:
Oliver Gierke
2014-06-30 09:15:31 +02:00
parent 921d1af9fb
commit 8320bea75c
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
Spring HATEOAS Changelog
========================
Changes in version 0.14.0.RELEASE (2014-06-30)
----------------------------------------------
- #206 - Set classloader for dummy method proxies.
- #205 - Jackson2ModuleRegisteringBeanPostProcessor must not access beans eagerly.
- #136 - Class loading issues on JBoss.
Changes in version 0.13.0.RELEASE (2014-06-18)
----------------------------------------------
- #199 - Improve design of HalEmbeddedBuilder.

View File

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