diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00f18c9..97938b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
All notable changes to the REDCap CSS Injector module will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [2.0.1] - 2024-05-24
+### Changed
+- Update description in README and config.json (@pbchase)
+
## [2.0.0] - 2024-05-24
### Changed
- Apply CSS to survey, data entry, and all via checkboxes (@ChemiKyle, @saipavan10-git, @pbchase, #11, #17)
diff --git a/README.md b/README.md
index 9e0a393..e75260f 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# REDCap CSS Injector
-Allows administrators to inject CSS into surveys and data entry forms.
+Allows administrators to inject CSS into survey pages, data entry pages, and every other project page.
[![DOI](https://zenodo.org/badge/141312467.svg)](https://zenodo.org/badge/latestdoi/141312467)
diff --git a/VERSION b/VERSION
index 227cea2..38f77a6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.0
+2.0.1
diff --git a/config.json b/config.json
index 543e9d3..7f81b0f 100644
--- a/config.json
+++ b/config.json
@@ -1,7 +1,7 @@
{
"name": "REDCap CSS Injector",
"namespace": "CSSInjector\\ExternalModule",
- "description": "Allow administrators to inject CSS into surveys and data entry forms. See full documentation here.",
+ "description": "Allows administrators to inject CSS into survey pages, data entry pages, and every other project page. See full documentation here.",
"framework-version": 15,
"authors": [
{