diff --git a/CHANGELOG.md b/CHANGELOG.md index a118494..3191058 100644 --- a/CHANGELOG.md +++ b/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: diff --git a/config/settings.yml b/config/settings.yml index a41bc0e..2fc624c 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -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:" diff --git a/gonito.cabal b/gonito.cabal index 66b49fd..f79bdd7 100644 --- a/gonito.cabal +++ b/gonito.cabal @@ -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