diff --git a/CHANGELOG.md b/CHANGELOG.md index 21395f4..221e333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.2.2 + +* Correctly parse release URLs. +* Package is optional for components. +* Fix inputmethod type name incorrect. + ## 0.2.1 * Add missing documentation on AppstreamFirmwareType and AppstreamDBusType. diff --git a/pubspec.yaml b/pubspec.yaml index e8c9e1d..45f5936 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: appstream -version: 0.2.1 +version: 0.2.2 description: A parser for Appstream data.