diff --git a/CHANGELOG.md b/CHANGELOG.md index d8425e4..c9f7ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Require Firefox >= 55 - Require Chrome >= 37 +## [1.25.0] - 2022-XX-XX + +### Compatibility note +- Require Firefox >= 55 +- Require Chrome >= 37 + +### Changed +- Incoming etags are no longer filtered, but outgoing responses are. This should fix some bugs with filtered etags. See [#124](https://github.com/ClearURLs/Addon/pull/214) + ## [1.24.1] - 2022-03-25 ### Compatibility note diff --git a/manifest.json b/manifest.json index 24fae6c..bbead78 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "ClearURLs", - "version": "1.24.1", + "version": "1.25.0", "author": "Kevin Roebert", "description": "__MSG_extension_description__", "homepage_url": "https://docs.clearurls.xyz",