Skip to content

Commit

Permalink
Update changelog; bump version to 2024.5.31
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwords committed May 31, 2024
1 parent 59c6250 commit 61558c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions doc/Changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Privacy Badger Release Notes
============================

2024.5.31
Bug fix release to work around when Privacy Badger fails to read
from extension storage for whatever reason

2024.5.27
Bug fix release to restore access to Cloudflare-protected sites
for users who enabled local tracker learning
Expand Down
2 changes: 1 addition & 1 deletion release-utils/updates.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='pndeehedbocjngdnjjahhbinfdpnjpbn'>
<updatecheck codebase='http://localhost:9999/privacy-badger.crx' version='2024.5.27' />
<updatecheck codebase='http://localhost:9999/privacy-badger.crx' version='2024.5.31' />
</app>
</gupdate>
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2024.5.27",
"version": "2024.5.31",
"author": {
"email": "[email protected]"
},
Expand Down

0 comments on commit 61558c6

Please sign in to comment.