summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.rst4
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 2b7013c..5fa749a 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,10 @@
CHANGELOG
=========
+v0.2.1
+------
+- Support optional sorting line before the pre-header
+
v0.2.0
------
- Replace :code:`locale` based parsing of numbers with a simple helper function
diff --git a/pyproject.toml b/pyproject.toml
index 162a292..f93477e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beancount-ing-diba"
-version = "0.2.0"
+version = "0.2.1"
description = "Beancount Importer for ING-DiBa (DE) CSV exports"
authors = ["Siddhant Goel <me@sgoel.org>"]
license = "MIT"