Skip to content

Commit 39031ad

Browse files
committed
Prepare to release 2.0.4
1 parent 3e72988 commit 39031ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
66

77
## [Unreleased][unreleased]
88

9+
## [2.0.4] - 2022-02-26
10+
911
### Fixed
1012

1113
- Fixed front matter parsing with Windows line endings (#821)
@@ -361,7 +363,8 @@ No changes were introduced since the previous release.
361363
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
362364
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
363365

364-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.0.3...main
366+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.0.4...main
367+
[2.0.4]: https://github.com/thephpleague/commonmark/compare/2.0.3...2.0.4
365368
[2.0.3]: https://github.com/thephpleague/commonmark/compare/2.0.2...2.0.3
366369
[2.0.2]: https://github.com/thephpleague/commonmark/compare/2.0.1...2.0.2
367370
[2.0.1]: https://github.com/thephpleague/commonmark/compare/2.0.0...2.0.1

0 commit comments

Comments
 (0)