diff --git a/CHANGES.md b/CHANGES.md index 2f0bc6b0..e6522e26 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,10 @@ Unreleased ========== + +0.2.2 +========== + * [#145](https://github.com/serokell/xrefcheck/pull/145) + Add check that there is no unknown fields in config. * [#158](https://github.com/serokell/xrefcheck/pull/158) diff --git a/package.yaml b/package.yaml index 08d588e2..26278a17 100644 --- a/package.yaml +++ b/package.yaml @@ -5,7 +5,7 @@ spec-version: 0.31.0 name: xrefcheck -version: 0.2.1 +version: 0.2.2 github: serokell/xrefcheck license: MPL-2.0 license-file: LICENSE