Skip to content

Commit

Permalink
Prepare to release 2.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Jul 10, 2021
1 parent 5e07387 commit 4b7060e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi

## [Unreleased][unreleased]

## [2.0.0-rc1] - 2021-07-10

No changes were introduced since the previous release.

## [2.0.0-beta3] - 2021-07-03

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

[unreleased]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta3...main
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.0.0-rc1...main
[2.0.0-rc1]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta3...2.0.0-rc1
[2.0.0-beta3]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta2...2.0.0-beta3
[2.0.0-beta2]: https://github.com/thephpleague/commonmark/compare/2.0.0-beta1...2.0.0-beta2
[2.0.0-beta1]: https://github.com/thephpleague/commonmark/compare/1.6...2.0.0-beta1

0 comments on commit 4b7060e

Please sign in to comment.