diff --git a/CHANGES.md b/CHANGES.md index 78f96ee26..59984803c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,8 @@ ### :bug: Bugs fixed - Fix chrome scrollbar styling [Taiga Issue #7852](https://tree.taiga.io/project/penpot/issue/7852) +- Fix incorrect password encoding on create-profile manage scritp [Github #3651](https://github.com/penpot/penpot/issues/3651) + ## 2.0.2 @@ -18,12 +20,14 @@ - Fix color palette sorting [Taiga Issue #7458](https://tree.taiga.io/project/penpot/issue/7458) - Fix style scoping problem with imported SVG [Taiga #7671](https://tree.taiga.io/project/penpot/issue/7671) + ## 2.0.1 ### :bug: Bugs fixed - Fix different issues related to components v2 migrations including [Github #4443](https://github.com/penpot/penpot/issues/4443) + ## 2.0.0 - I Just Can't Get Enough ### :rocket: Epics and highlights diff --git a/docker/images/docker-compose.yaml b/docker/images/docker-compose.yaml index 7e85d178c..fd7cd976f 100644 --- a/docker/images/docker-compose.yaml +++ b/docker/images/docker-compose.yaml @@ -1,5 +1,5 @@ --- -version: "3.5" +version: "3.8" networks: penpot: