Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2020-08-25)

### Bug Fixes

* driver file is created as directory ([b54c533](b54c533))
* wrong h2 driver download url ([dd785f2](dd785f2))

### Features

* allow customizing the driver location ([fd27b3d](fd27b3d))
  • Loading branch information
semantic-release-bot committed Aug 25, 2020
1 parent fd27b3d commit c4eb837
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
<dependency>
<groupId>net.silthus</groupId>
<artifactId>ebean-wrapper</artifactId>
<version>1.0.0</version>
<version>1.1.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 = 1.0.0
version = 1.1.0

0 comments on commit c4eb837

Please sign in to comment.