Skip to content

Commit

Permalink
Merge pull request #921 from winged/release_520
Browse files Browse the repository at this point in the history
chore: release 5.2.0
  • Loading branch information
David Vogt authored Feb 13, 2020
2 parents 33081fa + 3ca736b commit a2d881b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v5.2.0 (13 Feb 2020)

### Feature
* new filter on cases to check for answers in work items (827399264e275784ec45643143a4ceb7a05751b2)
* add indexes on timestamps and user fields (0ad0c41d79d6dddd08662a4e547094b2e5c82c3f)

### Fix
* file answers need special treatment (65e1a3787d5dcefa171694f538f69019e7d6b02d)
* fix user object creation (6ed82c6ef865e5fc203733ec35eab209ca8781fd)
* fix validation of dynamic answers (88431eaf61cf3f2c689c1417408873a1d7de055c)

### Documentation
* add guide on workflow implementation (WIP) (515add093009f9abb668e26eef00da434f176c57)


# v5.1.0 (31 Jan 2020)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion caluma/caluma_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__title__ = "caluma"
__description__ = "Caluma Service providing GraphQL API"
__version__ = "5.1.0"
__version__ = "5.2.0"

0 comments on commit a2d881b

Please sign in to comment.