diff --git a/docs/components/progress-ring.md b/docs/components/progress-ring.md
index e14fd898..499189af 100644
--- a/docs/components/progress-ring.md
+++ b/docs/components/progress-ring.md
@@ -30,18 +30,18 @@ import { SlProgressRing } from '@shoelace-style/shoelace/dist/react';
const App = () => ;
```
-### Track Width
+### Track and Indicator Width
-Use the `--track-width` custom property to set the width of the progress ring's track.
+Use the `--track-width` and `--indicator-width` custom properties to set the width of the progress ring's track and indicator.
```html preview
-
+
```
```jsx react
import { SlProgressRing } from '@shoelace-style/shoelace/dist/react';
-const App = () => ;
+const App = () => ;
```
### Colors
diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md
index f344a96d..40e80432 100644
--- a/docs/resources/changelog.md
+++ b/docs/resources/changelog.md
@@ -10,6 +10,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
## Next
+- Added `--indicator-width` custom property to `` [#837](https://github.com/shoelace-style/shoelace/issues/837)
- Changed the type of component styles from `CSSResult` to `CSSResultGroup` [#828](https://github.com/shoelace-style/shoelace/issues/828)
- Fixed a bug in `` where using Left and Right would select the wrong color
- Fixed a bug in `` where the divider was on the wrong side when using `placement="end"`
@@ -25,7 +26,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- 🚨 BREAKING: Moved the `checked-icon` and `indeterminate-icon` parts from a wrapper `` to the `