forked from filipg/gonito
Bump up version
This commit is contained in:
parent
ea3d91192d
commit
354c56b61b
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,12 @@
|
||||
## 3.2.0
|
||||
|
||||
Enhancements:
|
||||
|
||||
* Add TEAM_FIELD configuration variable to choose a metadata field from
|
||||
which to take the team name of a user
|
||||
* Add AUTO_TEAM configuration variable to automatically set
|
||||
the default team for a submission
|
||||
|
||||
## 3.1.0
|
||||
|
||||
Enhancements:
|
||||
@ -6,6 +15,7 @@ Enhancements:
|
||||
* Add challenge-repo end-point
|
||||
* Improve generating browsable links
|
||||
|
||||
|
||||
## 3.0.0
|
||||
|
||||
Breaking compatibility:
|
||||
|
@ -44,7 +44,7 @@ database:
|
||||
database: "_env:PGDATABASE:gonito"
|
||||
poolsize: "_env:PGPOOLSIZE:10"
|
||||
|
||||
copyright: © Filip Graliński, Gonito ver. 3.1.0
|
||||
copyright: © Filip Graliński, Gonito ver. 3.2.0
|
||||
|
||||
admin-user: "_env:ADMINUSER:"
|
||||
admin-password: "_env:ADMINPASS:"
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: gonito
|
||||
version: 3.1.0
|
||||
version: 3.2.0
|
||||
cabal-version: >= 1.8
|
||||
build-type: Simple
|
||||
homepage: http://gonito.net
|
||||
|
Loading…
Reference in New Issue
Block a user