diff --git a/CHANGELOG.md b/CHANGELOG.md
index 418cf43..a44b81c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [1.0.0] - 2026-01-22
+
+### Changed
+- Promoted 1.0.0-rc.1 to stable release
+- Updated CDN references to 1.0.0
+
+### Documentation
+- Added `labelFit` and `labelPadding` options to README Labels section
+- Added `LabelOptions` type definition to API docs
+
## [1.0.0-rc.1] - 2026-01-21
### Added
diff --git a/README.md b/README.md
index 8257edd..87d41a1 100644
--- a/README.md
+++ b/README.md
@@ -688,7 +688,7 @@ For quick prototyping or non-bundled environments:
```html
-
+
+
+
+
+
```
The library will be available as `window.SandJS`.
@@ -75,7 +75,7 @@ const { renderSVG } = require('@akitain/sandjs');
### CDN / IIFE
```html
-
+
@@ -190,7 +190,7 @@ Here's the full working example: