Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2020-09-04)

### Features

* shade the h2 library ([3db24ff](3db24ff))
  • Loading branch information
semantic-release-bot committed Sep 4, 2020
1 parent 3db24ff commit 1cbf7e9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```

Expand All @@ -40,7 +40,7 @@ dependencies {
<dependency>
<groupId>net.silthus</groupId>
<artifactId>ebean-wrapper</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</dependency>
</dependencies>
...
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ group = net.silthus
author = Silthus
mcVersion = 1.16.2
apiVersion = 1.15
version = 2.1.0
version = 2.2.0

0 comments on commit 1cbf7e9

Please sign in to comment.