diff --git a/CHANGES.md b/CHANGES.md index 81a8a54f..9aede26f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,7 +8,7 @@ Features: - None yet Changes: - - Adds a banner to the PACER login page to link users to a donate page with information about the pacer class action([#367](https://github.com/freelawproject/recap/issues/367), [#368](https://github.com/freelawproject/recap-chrome/pull/368)). + - None yet Fixes: - None yet @@ -16,6 +16,12 @@ Fixes: For developers: - Nothing yet +## 2.6.1 (2024-04-18) + +Changes: + - Adds a banner to the PACER login page to link users to a donate page with information about the pacer class action([#367](https://github.com/freelawproject/recap/issues/367), [#368](https://github.com/freelawproject/recap-chrome/pull/368)). + + ## 2.6.0 (2024-04-04) Changes: diff --git a/package.json b/package.json index 622c8a8e..2b1993b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recap-chrome", - "version": "2.6.0", + "version": "2.6.1", "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 190f5a18..fa9bcce4 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.6.0", + "version": "2.6.1", "icons": { "16": "assets/images/icon-16.png", "19": "assets/images/icon-19.png",