From b167fcbd793c04cf2147439122dca00c12d34be7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 7 Nov 2019 10:52:09 -0500 Subject: changelog and version bump --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6760a5a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## [0.0.3] - 2019-11-07 + +### Changed + +* bump to latest ynab-api + +## [0.0.2] - 2019-09-28 + +### Changed + +* bump to latest ynab-api + +## [0.0.1] - 2019-08-19 + +### Added + +* Initial release diff --git a/Cargo.toml b/Cargo.toml index 6ff0ade..0b8211c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ynab-reimbursements" -version = "0.0.2" +version = "0.0.3" authors = ["Jesse Luehrs "] edition = "2018" description = "ynab-reimbursements is a tool to help reconcile reimbursable transactions in YNAB" -- cgit v1.2.3-54-g00ecf