diff --git a/CHANGES.md b/CHANGES.md index cb3aeb97..434b19f2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,9 +13,18 @@ Changes: Fixes: - None yet +For developers: + - Nothing yet + +## 2.8.0 (2024-08-27) + +Features: + - Upgrade to manifest v3([333](https://github.com/freelawproject/recap/issues/333), [387](https://github.com/freelawproject/recap-chrome/pull/387)) + For developers: - Adds script to automate release package creation ([388](https://github.com/freelawproject/recap-chrome/pull/388)) + ## 2.7.2 (2024-07-21) Fixes: diff --git a/package.json b/package.json index 9ff62b0d..136f9906 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recap-chrome", - "version": "2.7.2", + "version": "2.8.0", "description": "RECAP improves the experience of using PACER, the online public acces system for the U.S. federal courts", "main": " ", "directories": { diff --git a/src/manifest.json b/src/manifest.json index 2566ba75..42b65d95 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -4,7 +4,7 @@ "author": "Free Law Project and the Center for Information Technology and Policy at Princeton", "description": "RECAP improves the experience of using PACER, the online public access system for the U.S. federal courts.", "homepage_url": "https://free.law/recap/", - "version": "2.7.2", + "version": "2.8.0", "icons": { "16": "assets/images/icon-16.png", "19": "assets/images/icon-19.png",