diff --git a/CHANGELOG b/CHANGELOG index 54331eb..e756bfa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ # Changelog +## Version 2.5.0 + - Added noheader CSV and TSV output formats. - Added `jsonl` and `jsonl_escaped` output formats. diff --git a/cli_helpers/__init__.py b/cli_helpers/__init__.py index 3d67cd6..50062f8 100644 --- a/cli_helpers/__init__.py +++ b/cli_helpers/__init__.py @@ -1 +1 @@ -__version__ = "2.4.0" +__version__ = "2.5.0"