Skip to content

Commit 1e3a924

Browse files
committed
Update CHANGELOG file
1 parent b23b63a commit 1e3a924

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010

1111
### Added
1212

13-
- Support parsing headers that start with v.
14-
1513
### Changed
1614

1715
### Deprecated
@@ -22,6 +20,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2220

2321
### Security
2422

23+
## [2.3.0] - 2025-03-29
24+
25+
### Added
26+
27+
- Support parsing headers that start with v. Thanks to [Goooler](https://github.com/Valandur) for his contribution.
28+
29+
### Changed
30+
31+
- Dependencies updated
32+
2533
## [2.2.0] - 2024-05-08
2634

2735
### Fixed
@@ -163,7 +171,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
163171

164172
- Initial release of the `extract-release-notes` action
165173

166-
[Unreleased]: https://github.com/ffurrer2/extract-release-notes/compare/v2.2.0...HEAD
174+
[Unreleased]: https://github.com/ffurrer2/extract-release-notes/compare/v2.3.0...HEAD
175+
[2.3.0]: https://github.com/ffurrer2/extract-release-notes/compare/v2.2.0...v2.3.0
167176
[2.2.0]: https://github.com/ffurrer2/extract-release-notes/compare/v2.1.0...v2.2.0
168177
[2.1.0]: https://github.com/ffurrer2/extract-release-notes/compare/v2.0.0...v2.1.0
169178
[2.0.0]: https://github.com/ffurrer2/extract-release-notes/compare/v1.17.0...v2.0.0

0 commit comments

Comments
 (0)