From f77c4c49bbb61c1f71c601aed19ce3e1deff39ec Mon Sep 17 00:00:00 2001 From: Tobias Bossert Date: Thu, 15 Apr 2021 14:19:39 +0200 Subject: [PATCH] Version++ --- CHANGES | 4 ++++ VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a7b6402..b661666 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +0.2.3 2021-04-15 Tobias Bossert (tobib at cpan.org) +- changed: Commit behaviour when set to overwrite = False +- changed: Adding custom attributes is now possible in code + 0.2.2 2021-02-28 Tobias Bossert (tobib at cpan.org) - fix: Possible infinite recursion in reload_from_disk() diff --git a/VERSION b/VERSION index f477849..373f8c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.2 \ No newline at end of file +0.2.3 \ No newline at end of file