Bump up version
This commit is contained in:
parent
b8419f3744
commit
c68fd58f23
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,6 +1,18 @@
|
|||||||
|
## 3.11.0 (2021-09-25)
|
||||||
|
|
||||||
|
Enhancements:
|
||||||
|
|
||||||
|
* Add phases to challenges
|
||||||
|
* When the result of a query is just a single submission with one variant,
|
||||||
|
the user is redirected directly to the variant.
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
* Yet another fix the end-point for opening submissions
|
||||||
|
|
||||||
## 3.10.1 (2021-09-22)
|
## 3.10.1 (2021-09-22)
|
||||||
|
|
||||||
Bug fixes
|
Bug fixes:
|
||||||
|
|
||||||
* Fix opening submissions
|
* Fix opening submissions
|
||||||
|
|
||||||
|
@ -43,4 +43,4 @@ generalApi :: Swagger
|
|||||||
generalApi = (mempty :: Swagger)
|
generalApi = (mempty :: Swagger)
|
||||||
& info .~ (mempty &
|
& info .~ (mempty &
|
||||||
title .~ "Gonito API" &
|
title .~ "Gonito API" &
|
||||||
version .~ "3.10.0")
|
version .~ "3.11.0")
|
||||||
|
@ -53,7 +53,7 @@ database:
|
|||||||
database: "_env:PGDATABASE:gonito"
|
database: "_env:PGDATABASE:gonito"
|
||||||
poolsize: "_env:PGPOOLSIZE:10"
|
poolsize: "_env:PGPOOLSIZE:10"
|
||||||
|
|
||||||
copyright: © Filip Graliński, Gonito ver. 3.10.1
|
copyright: © Filip Graliński, Gonito ver. 3.11.0
|
||||||
|
|
||||||
admin-user: "_env:ADMINUSER:"
|
admin-user: "_env:ADMINUSER:"
|
||||||
admin-password: "_env:ADMINPASS:"
|
admin-password: "_env:ADMINPASS:"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: gonito
|
name: gonito
|
||||||
version: 3.10.1
|
version: 3.11.0
|
||||||
cabal-version: >= 1.8
|
cabal-version: >= 1.8
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
homepage: http://gonito.net
|
homepage: http://gonito.net
|
||||||
|
Loading…
Reference in New Issue
Block a user