diff --git a/PgpWordList/PgpWordList.csproj b/PgpWordList/PgpWordList.csproj index 74debbd..20a95fb 100644 --- a/PgpWordList/PgpWordList.csproj +++ b/PgpWordList/PgpWordList.csproj @@ -5,7 +5,7 @@ Messerli.PgpWordList - 0.1.1 + 0.1.2 netstandard2.1;netstandard2.0;netcoreapp3.1 8.0 enable diff --git a/changelog.md b/changelog.md index c5dc279..4993449 100644 --- a/changelog.md +++ b/changelog.md @@ -5,3 +5,8 @@ ## 0.1.1 - Add support for .NET Standard 2.0. + +## 0.1.2 +* Fix `PgpWordAggregationParser.Parse` not throwing an exception for invalid words. +* Fix `PgpWordAggregationParser` not working correctly with multi-character separators. +* Add `PgpWordAggregationParser.ParseOrNone` for graceful error handling.