forked from filipg/gonito
Bump up version
This commit is contained in:
parent
29ee5ad6ac
commit
c23409526d
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,3 +1,17 @@
|
|||||||
|
## 2.0.0
|
||||||
|
|
||||||
|
New features:
|
||||||
|
|
||||||
|
* users can be organized into teams
|
||||||
|
|
||||||
|
Enhancements:
|
||||||
|
|
||||||
|
* add end-point for listing tags
|
||||||
|
|
||||||
|
Breaking compatibility:
|
||||||
|
|
||||||
|
* switch to a different DB schema
|
||||||
|
|
||||||
## 1.2.0
|
## 1.2.0
|
||||||
|
|
||||||
Enhancements:
|
Enhancements:
|
||||||
|
@ -32,4 +32,4 @@ generalApi :: Swagger
|
|||||||
generalApi = (mempty :: Swagger)
|
generalApi = (mempty :: Swagger)
|
||||||
& info .~ (mempty &
|
& info .~ (mempty &
|
||||||
title .~ "Gonito API" &
|
title .~ "Gonito API" &
|
||||||
version .~ "1.2.0")
|
version .~ "2.0.0")
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: gonito
|
name: gonito
|
||||||
version: 1.2.0
|
version: 2.0.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