Skip to content

Commit 0d57f20

Browse files
committed
Prepare to release 2.0.1
1 parent cd9ea74 commit 0d57f20

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.1] - 2021-07-31
10+
911
### Fixed
1012

1113
- Fixed nested autolinks (#689)
@@ -338,7 +340,8 @@ No changes were introduced since the previous release.
338340
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
339341
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
340342

341-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.0.0...main
343+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.0.1...main
344+
[2.0.1]: https://github.com/thephpleague/commonmark/compare/2.0.0...2.0.1
342345
[2.0.0]: https://github.com/thephpleague/commonmark/compare/2.0.0-rc2...2.0.0
343346
[2.0.0-rc2]: https://github.com/thephpleague/commonmark/compare/2.0.0-rc1...2.0.0-rc2
344347
[2.0.0-rc1]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta3...2.0.0-rc1

0 commit comments

Comments
 (0)