diff --git a/CHANGELOG.md b/CHANGELOG.md index 7584d62..71da025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - Improved documentation of `DomainUtils`. - Fixed `DomainUtils.isKnownSuffix` not throwing if `SuffixRules` hasn't been initialised. - Removed the `test_coverage` dev dependency (doesn't work for browser tests). +- Updated README.md to better explain how to initialise `SuffixRules`. ## 1.2.0 - Added a hash map-based `ruleMap` to `SuffixRules` to speed up the performance when matching rules. diff --git a/pubspec.yaml b/pubspec.yaml index aa3a8eb..468c74e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: public_suffix description: A domain parser based on the Public Suffix List, for identifying the root and suffix/TLD of URLs. -version: 1.2.0 +version: 1.2.1 homepage: https://www.github.com/komposten/ repository: https://www.github.com/komposten/public_suffix issue_tracker: https://www.github.com/komposten/public_suffix/issues