1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Update changelog

This commit is contained in:
Christopher Kolstad 2021-03-19 11:58:55 +01:00
parent 780464d3ad
commit 8a4ba2bbc4

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## 3.17.2
- fix: make sure applying unique constraint on client_instances works
## 3.17.1 ## 3.17.1
- fix: initial event.tags should be array type - fix: initial event.tags should be array type
@ -13,6 +17,10 @@
- feat: Default roles and RBAC permission checker. (#735) (experimental) - feat: Default roles and RBAC permission checker. (#735) (experimental)
- feat: upgrade unleash-frontend to version 3.14.0 - feat: upgrade unleash-frontend to version 3.14.0
## 3.16.1
- fix: make sure applying unique constraint on client_instances works
## 3.16.0 ## 3.16.0
- fix: projectId must follow nameType in query - fix: projectId must follow nameType in query