diff --git a/CHANGES.md b/CHANGES.md index 95fe4e4f..ee44d346 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,21 @@ The following changes are not yet released, but are code complete: +Features: + - None yet + +Changes: + - None yet + +Fixes: + - None yet + - +For developers: + - Nothing yet + + +## 2.2.0 (2023-07-13) + Features: - Adds RECAP banners to the docket query pages on appellate courts([#335](https://github.com/freelawproject/recap/issues/335), [#333](https://github.com/freelawproject/recap-chrome/pull/333)) @@ -15,9 +30,6 @@ Fixes: - Normalize document numbers from appellate courts that uses the pacer_doc_id instead of the regular docket entry numbering([#2877](https://github.com/freelawproject/courtlistener/issues/2877)). - Remove logic to normalize the pacer_dls_id attribute in the document links([#338](https://github.com/freelawproject/recap-chrome/pull/338)) -For developers: - - Nothing yet - ## 2.1.0 (2023-06-30) diff --git a/package.json b/package.json index 4063e712..e753ec74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recap-chrome", - "version": "2.1.0", + "version": "2.2.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 199146d4..b17d6a7d 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.1.0", + "version": "2.2.0", "icons": { "16": "assets/images/icon-16.png", "19": "assets/images/icon-19.png",