* Tons of dependency updates thanks to dependabot.
Noteworthy: Upgraded to Spring Boot 2.5.0.
0.1.3
๐งน Housekeeping
* Tons of dependency updates thanks to dependabot.
Especially the upgrade to Classgraph 4.8.103 has to be mentioned, as that fixes a resource scanning issue.
0.1.2
๐ Features
* GH-159 - Add support for more flexible version schemes in migration names (thanks to katya-dovgalets)
๐งน Housekeeping
* Tons of dependency updates thanks to dependabot
0.1.1
๐งน Housekeeping
* Tons of dependency updates thanks to dependabot * The Spring Boot Starter has been updated to Spring Boot 2.4 and thus doesn't require the custom Neo4j driver starter anymore! ๐
0.0.13
๐งน Housekeeping
* Tons of dependency updates thanks to dependabot * In the Spring Boot starter: Configure the migrations after Neo4j Data, so that we indirectly run after the builtin driver starter from 2.4 on upwards.
0.0.12
๐ Bug Fixes
* GH-89: Configure class scanner to handle Spring Boot packaged resources.