diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a2bab..07a0c4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## v2.0.0 (2023-01-21) + + ## v1.0.0 (2023-01-21) ### Fix * Force a minor release ([`5eb8c5f`](https://github.com/butler54/mdformat-frontmatter/commit/5eb8c5f5ad1060e251f8fdeb23a9c5b5860b099f)) diff --git a/mdformat_frontmatter/__init__.py b/mdformat_frontmatter/__init__.py index 7d4c8ff..2f29347 100644 --- a/mdformat_frontmatter/__init__.py +++ b/mdformat_frontmatter/__init__.py @@ -1,5 +1,5 @@ """An mdformat plugin for parsing / ignoring frontmatter.""" -__version__ = "1.0.0" +__version__ = "2.0.0" from .plugin import RENDERERS, update_mdit # noqa: F401