From bcbcbb2220d8b10a392aeb33a57fe7122ea6ffb6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 4 Nov 2020 23:01:11 +0000 Subject: [PATCH] chore(release): 2.3.1 [skip ci] ## [2.3.1](https://github.com/Silthus/ebean-wrapper/compare/v2.3.0...v2.3.1) (2020-11-04) ### Bug Fixes * copy dbmigration from using class to temp dir and execute from there ([65711a3](https://github.com/Silthus/ebean-wrapper/commit/65711a3c6ea63342d40087098484181635cee08d)) --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa12fc..2b0b990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.1](https://github.com/Silthus/ebean-wrapper/compare/v2.3.0...v2.3.1) (2020-11-04) + + +### Bug Fixes + +* copy dbmigration from using class to temp dir and execute from there ([65711a3](https://github.com/Silthus/ebean-wrapper/commit/65711a3c6ea63342d40087098484181635cee08d)) + # [2.3.0](https://github.com/Silthus/ebean-wrapper/compare/v2.2.0...v2.3.0) (2020-11-04) diff --git a/README.md b/README.md index d7bf870..ebae533 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ repositories { } dependencies { - implementation group: "net.silthus", name: "ebean-wrapper", version: "2.3.0" + implementation group: "net.silthus", name: "ebean-wrapper", version: "2.3.1" } ``` @@ -40,7 +40,7 @@ dependencies { net.silthus ebean-wrapper - 2.3.0 + 2.3.1 ... diff --git a/gradle.properties b/gradle.properties index 993fe0a..be25836 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ pluginName = ebean-wrapper author = Silthus mcVersion = 1.16.4 apiVersion = 1.15 -version = 2.3.0 +version = 2.3.1