mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Merge branch '0.6' of github.com:appwrite/appwrite into database-ui
This commit is contained in:
commit
2056744eaa
2 changed files with 6 additions and 1 deletions
|
|
@ -1,8 +1,13 @@
|
|||
# Version 0.6.0 (PRE-RELEASE)
|
||||
|
||||
## Features
|
||||
|
||||
* New locale for Khmer
|
||||
|
||||
## Breaking Changes
|
||||
|
||||
* Updated all the REST API query params to be in camelCase
|
||||
* Normalized locale phone codes response body
|
||||
|
||||
# Version 0.5.3 (PRE-RELEASE)
|
||||
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ services:
|
|||
- appwrite-redis:/data:rw
|
||||
|
||||
clamav:
|
||||
image: appwrite/clamav:1.0.7
|
||||
image: appwrite/clamav:1.0.8
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- appwrite
|
||||
|
|
|
|||
Loading…
Reference in a new issue