Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkhamez committed Apr 3, 2021
1 parent 1e6d673 commit 0e47697
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 0e47697

Please sign in to comment.