aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md19
-rw-r--r--Cargo.toml2
2 files changed, 20 insertions, 1 deletions
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 <doy@tozt.net>"]
edition = "2018"
description = "ynab-reimbursements is a tool to help reconcile reimbursable transactions in YNAB"