From d39a8a7adf6062a2f5543ba01c670e50f1dade0a Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 3 Jun 2024 11:25:46 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ tailbone_quickbooks/_version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 900982b..5cd3544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to tailbone-quickbooks will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.1.7] - 2024-06-03 +### Changed +- Add support for Vendor -> Quickbooks Bank Accounts field. + ## [0.1.6] - 2023-08-29 ### Changed - Mark exportable invoice as deleted, instead of actually deleting. diff --git a/tailbone_quickbooks/_version.py b/tailbone_quickbooks/_version.py index 955f1d8..4cdc594 100644 --- a/tailbone_quickbooks/_version.py +++ b/tailbone_quickbooks/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.1.6' +__version__ = '0.1.7'