diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e1169..4b88337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## CHANGELOG +### 2.3.0 + +* Implement new option for manage unicode characters + * `--filter-strings` + * `--filter-code-page` + ### 2.2.1 * Fixed the file that is selected when multiple matches are made with `LICENSE*` with run `--with-license-file` diff --git a/piplicenses.py b/piplicenses.py index 19f523f..29ab8f6 100644 --- a/piplicenses.py +++ b/piplicenses.py @@ -61,7 +61,7 @@ open = open # allow monkey patching __pkgname__ = 'pip-licenses' -__version__ = '2.2.1' +__version__ = '2.3.0' __author__ = 'raimon' __license__ = 'MIT License' __summary__ = ('Dump the software license list of '