From 1cbf7e9562787b00b1ccf1e55bc8963a39f7f723 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Sep 2020 21:10:59 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/Silthus/ebean-wrapper/compare/v2.1.0...v2.2.0) (2020-09-04) ### Features * shade the h2 library ([3db24ff](https://github.com/Silthus/ebean-wrapper/commit/3db24ffc75c9b1b01c89e310536c7d0036a310fd)) --- 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 6866657..930e93d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.2.0](https://github.com/Silthus/ebean-wrapper/compare/v2.1.0...v2.2.0) (2020-09-04) + + +### Features + +* shade the h2 library ([3db24ff](https://github.com/Silthus/ebean-wrapper/commit/3db24ffc75c9b1b01c89e310536c7d0036a310fd)) + # [2.1.0](https://github.com/Silthus/ebean-wrapper/compare/v2.0.0...v2.1.0) (2020-08-27) diff --git a/README.md b/README.md index a5767f9..6172a7d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ repositories { } dependencies { - implementation group: "net.silthus", name: "ebean-wrapper", version: "2.1.0" + implementation group: "net.silthus", name: "ebean-wrapper", version: "2.2.0" } ``` @@ -40,7 +40,7 @@ dependencies { net.silthus ebean-wrapper - 2.1.0 + 2.2.0 ... diff --git a/gradle.properties b/gradle.properties index 53e3c5a..3d83bb6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,4 +2,4 @@ group = net.silthus author = Silthus mcVersion = 1.16.2 apiVersion = 1.15 -version = 2.1.0 +version = 2.2.0