diff --git a/pom.xml b/pom.xml index 670ca87a..0e55494a 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,7 @@ UTF-8 5.0.0.RC3 + Bismuth-M3 1.8 multi spring-vault @@ -103,7 +104,7 @@ io.projectreactor reactor-bom - Bismuth-BUILD-SNAPSHOT + ${reactor.version} import pom diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index f83c6ddb..19405fb5 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -10,6 +10,7 @@ Changes in version 2.0.0.M2 * Introduce VaultEndpointProvider to allow usage of multiple endpoints within an application #113 * Upgrade dependencies #119 * Upgrade to Spring Framework 5.0 RC3 #120 +* Upgrade to Reactor 3.1.0 M3 #121 Changes in version 1.1.0.M1 -----------------------------------------