Skip to content

Commit db44342

Browse files
authored
Improve formatting and links in CHANGELOG.md
Updated links in the changelog for better formatting and clarity.
1 parent 7990c0f commit db44342

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6-
and this project adheres to
7-
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
The format is based on [Keep a Changelog][changelog], and this project adheres
6+
to [Semantic Versioning][semver].
87

98
## 2.0.0 (2026-01-30)
109

10+
> [!WARNING]
11+
> This release introduces a breaking change.
12+
>
13+
> If you're currently using this module with a **custom origin**, please review
14+
> the updated [README] to ensure your configuration matches the new requirements
15+
> to enable a custom origin.
16+
1117
### Feat
1218

1319
- Origin ALB is now the default configuration. (#39)
@@ -124,3 +130,7 @@ and this project adheres to
124130
### Feat
125131

126132
- Initial release. (#1)
133+
134+
[changelog]: https://keepachangelog.com/en/1.1.0/
135+
[readme]: README.md
136+
[semver]: https://semver.org/spec/v2.0.0.html

0 commit comments

Comments
 (0)