diff --git a/doc/Changelog b/doc/Changelog index 32003022fc..b72ead31f2 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,10 @@ Changes for Privacy Badger ==================================== +## 2018.12.17 +* Fixed major Privacy Badger breakages in Chrome 72+ +* Fixed various site breakages +* Improved translations (Simplified Chinese, Spanish, Turkish) + ## 2018.12.5 * Added a Share button to the popup. This lets you easily copy and paste Badger's findings on any page. diff --git a/src/manifest.json b/src/manifest.json index ffd1a0304d..50ced75740 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,5 @@ { - "version": "2018.12.5", + "version": "2018.12.17", "author": { "email": "eff.software.projects@gmail.com" },