diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a04d90..50b34ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +0.3.0 (2020-02-21) +------------------ + +* various fixes +* better error handling (anyhow) +* integration tests added +* releases in CI +* adding created files to dict +* fluent inregration +* check same currency in entries before rendering invoice +* added text when the invoice is rendered +* added czech default template +* dependencies updated + 0.2.0 (2020-01-05) ------------------ diff --git a/Cargo.toml b/Cargo.toml index 900ff54..4e44d77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ucelofka" -version = "0.2.0" +version = "0.3.0" authors = ["Stepan Henek"] edition = "2018" description = "Simple program to issue invoices"