From c7003017677fceb37ed4fe9f004cb298a667c9e6 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Wed, 28 Nov 2018 09:24:21 +0000 Subject: [PATCH] Update changelog --- docs/src/info/changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 988e49b1..77a20e99 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -4,6 +4,10 @@ http://projects.spring.io/spring-statemachine/ Issues: https://github.com/spring-projects/spring-statemachine/issues +Changes in version 2.1.0.M1 (2018-11-28) +---------------------------------------- +* Upgrade to Spring Boot 2.1.x [#602] + Changes in version 2.0.3.RELEASE (2018-11-10) --------------------------------------------- * Initial state wrongly entered with entry point [#577]