aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md29
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 25 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f190909..cd7ad2d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,25 @@
-* 0.0.3 2019-09-14
- * bump ynab-api
+# Changelog
-* 0.0.2 2019-08-27
- * add `ynab-export schema`
+## [0.0.4] - 2019-11-07
-* 0.0.1 2019-08-27
- * initial release
+### Changed
+
+* bump ynab-api
+
+## [0.0.3] - 2019-09-14
+
+### Changed
+
+* bump ynab-api
+
+## [0.0.2] - 2019-08-27
+
+### Added
+
+* add `ynab-export schema`
+
+## [0.0.1] - 2019-08-27
+
+### Added
+
+* Initial release
diff --git a/Cargo.lock b/Cargo.lock
index e9ea29a..f7187a0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1414,7 +1414,7 @@ dependencies = [
[[package]]
name = "ynab-export"
-version = "0.0.3"
+version = "0.0.4"
dependencies = [
"directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"ynab-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 63168c4..fba5f42 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ynab-export"
-version = "0.0.3"
+version = "0.0.4"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
description = "ynab-export is a tool to help export a YNAB budget to a database"