From 10180ef608e6d03177725ae66b06880a97b67698 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 14 Sep 2019 14:45:35 -0400 Subject: changelog and version bump --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 551fba9..f190909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +* 0.0.3 2019-09-14 + * bump ynab-api + * 0.0.2 2019-08-27 * add `ynab-export schema` diff --git a/Cargo.toml b/Cargo.toml index e25e4b5..af54107 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ynab-export" -version = "0.0.2" +version = "0.0.3" authors = ["Jesse Luehrs "] edition = "2018" description = "ynab-export is a tool to help export a YNAB budget to a database" -- cgit v1.2.3-54-g00ecf