diff --git a/CHANGES.md b/CHANGES.md index df6fa61dd..88a5ef670 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,22 +1,5 @@ # CHANGELOG -## 1.20.0 - -### :boom: Breaking changes & Deprecations - -### :sparkles: New features - -- Add support for local caching of google fonts (this avoids exposing - the final user IP to goolge and reduces the amount of request sent - to google) - -### :bug: Bugs fixed - -### :arrow_up: Deps updates - -### :heart: Community contributions by (Thank you!) - - ## 1.19.0 ### :boom: Breaking changes & Deprecations @@ -33,6 +16,9 @@ - Add the ability to disable google fonts provider with the `disable-google-fonts-provider` flag - Add the ability to disable dashboard templates section with the `disable-dashboard-templates-section` flag - Add the ability to use the registration whitelist with OICD [Github #3348](https://github.com/penpot/penpot/issues/3348) +- Add support for local caching of google fonts (this avoids exposing + the final user IP to goolge and reduces the amount of request sent + to google) ### :bug: Bugs fixed diff --git a/version.txt b/version.txt index 398935591..815d5ca06 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.20.0 +1.19.0