aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-07 10:52:09 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-07 10:52:09 -0500
commitb167fcbd793c04cf2147439122dca00c12d34be7 (patch)
tree9e53052165ddc58f61e562a9c2e357403b5289b6
parent90d3b963d7aa92076c5024b04476f9ddffd42214 (diff)
downloadynab-reimbursements-b167fcbd793c04cf2147439122dca00c12d34be7.tar.gz
ynab-reimbursements-b167fcbd793c04cf2147439122dca00c12d34be7.zip
changelog and version bump
-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"