From 90cb4cf028b0fbd43d401b91b5fc6ddf3cf61c32 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 2 Mar 2022 21:37:33 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ rattail_corepos/_version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c99eb83..041d211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to rattail-corepos 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.10] - 2022-03-01 +### Changed +- Some tweaks to expose CORE <-> Rattail import handlers in web app. +- Overhaul import handler config etc. +- Refactor CORE API hack to use `custdata` instead of `Customers` table. +- Avoid error if CORE product data is missing some fields. +- Refactor some importer method calls to avoid deprecation warnings. + ## [0.1.9] - 2021-11-05 ### Changed - Add support for 2nd "member type" file in CORE member batch. diff --git a/rattail_corepos/_version.py b/rattail_corepos/_version.py index def08d5..18c177e 100644 --- a/rattail_corepos/_version.py +++ b/rattail_corepos/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.1.9' +__version__ = '0.1.10'