forked from filipg/gonito
Bump up version
This commit is contained in:
parent
6d7587aeac
commit
5c052a71d0
@ -1,3 +1,9 @@
|
||||
## 3.6.1 (2021-08-09)
|
||||
|
||||
Improvements:
|
||||
|
||||
* The end-point for viewing progress logs returns a self-contained HTML
|
||||
|
||||
## 3.6.0 (2021-07-30)
|
||||
|
||||
Enhancements:
|
||||
|
@ -40,4 +40,4 @@ generalApi :: Swagger
|
||||
generalApi = (mempty :: Swagger)
|
||||
& info .~ (mempty &
|
||||
title .~ "Gonito API" &
|
||||
version .~ "3.6.0")
|
||||
version .~ "3.6.1")
|
||||
|
@ -44,7 +44,7 @@ database:
|
||||
database: "_env:PGDATABASE:gonito"
|
||||
poolsize: "_env:PGPOOLSIZE:10"
|
||||
|
||||
copyright: © Filip Graliński, Gonito ver. 3.6.0
|
||||
copyright: © Filip Graliński, Gonito ver. 3.6.1
|
||||
|
||||
admin-user: "_env:ADMINUSER:"
|
||||
admin-password: "_env:ADMINPASS:"
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: gonito
|
||||
version: 3.6.0
|
||||
version: 3.6.1
|
||||
cabal-version: >= 1.8
|
||||
build-type: Simple
|
||||
homepage: http://gonito.net
|
||||
|
Loading…
Reference in New Issue
Block a user