Skip to content

Commit 4b7060e

Browse files
committed
Prepare to release 2.0.0-rc1
1 parent 5e07387 commit 4b7060e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased][unreleased]
88

9+
## [2.0.0-rc1] - 2021-07-10
10+
11+
No changes were introduced since the previous release.
12+
913
## [2.0.0-beta3] - 2021-07-03
1014

1115
### Changed
@@ -317,7 +321,8 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
317321
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
318322
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
319323

320-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta3...main
324+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.0.0-rc1...main
325+
[2.0.0-rc1]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta3...2.0.0-rc1
321326
[2.0.0-beta3]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta2...2.0.0-beta3
322327
[2.0.0-beta2]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta1...2.0.0-beta2
323328
[2.0.0-beta1]: https://github.com/thephpleague/commonmark/compare/1.6...2.0.0-beta1

0 commit comments

Comments
 (0)