diff --git a/CHANGELOG.md b/CHANGELOG.md index 2729bef..57a663c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.1.0](https://github.com/Silthus/ebean-wrapper/compare/v1.0.0...v1.1.0) (2020-08-25) + + +### Bug Fixes + +* driver file is created as directory ([b54c533](https://github.com/Silthus/ebean-wrapper/commit/b54c533eff92ee6c703ba8b15c01879cedc84313)) +* wrong h2 driver download url ([dd785f2](https://github.com/Silthus/ebean-wrapper/commit/dd785f299c245386e4c4c82c6faf1a27707c0553)) + + +### Features + +* allow customizing the driver location ([fd27b3d](https://github.com/Silthus/ebean-wrapper/commit/fd27b3dba510ba3be522aabdb61b2e60787f7f97)) + # 1.0.0 (2020-08-25) diff --git a/README.md b/README.md index 53e5783..3c8f2f5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ dependencies { net.silthus ebean-wrapper - 1.0.0 + 1.1.0 ... diff --git a/gradle.properties b/gradle.properties index 59ca077..c1e9e4f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,4 +2,4 @@ group = net.silthus author = Silthus mcVersion = 1.16.2 apiVersion = 1.15 -version = 1.0.0 +version = 1.1.0