diff --git a/CHANGELOG.md b/CHANGELOG.md index b064896..baa1720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -## next +## 0.8.0 -yyyy-mm-dd +2021-04-03 - It is now possible to manually import gates without replacing all from one region. - Ansiblex gates can now be deleted individually. diff --git a/README.md b/README.md index 59c8ddc..19e5860 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ docker run \ --env EVE_ROUTE_CLIENT_SECRET=12ab \ --env EVE_ROUTE_CALLBACK=http://localhost:8080/api/auth/login \ --mount type=bind,source="$(pwd)",target=/data \ - -p 8080:8080 --rm tkhamez/eve-route:0.7.0 + -p 8080:8080 --rm tkhamez/eve-route:0.8.0 ``` You can also build the image yourself. For this make sure there is exactly one fat JAR file at diff --git a/build.gradle b/build.gradle index af7a4bd..7531d00 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ apply plugin: 'war' apply plugin: 'org.akhikhl.gretty' group 'net.tkhamez.everoute' -version '0.7.0' +version '0.8.0' mainClassName = "io.ktor.server.netty.EngineMain" webAppDirName = 'webapp'