From 35e24422a2f793a31d3c393bb458851efe5d04b9 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 2 Sep 2023 13:53:21 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ rattail_corepos/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3ea2f3..4197a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.24] - 2023-09-02 +### Changed +- Import `Member.corepos_account_id` from CORE. +- Add `core-office anonymize` command. +- Add problem report for CORE phone numbers too long. + ## [0.1.23] - 2023-06-12 ### Changed - Overhaul CORE API <-> Rattail importers, per CustomerShopper model etc. diff --git a/rattail_corepos/_version.py b/rattail_corepos/_version.py index 6029f38..7e768a9 100644 --- a/rattail_corepos/_version.py +++ b/rattail_corepos/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.1.23' +__version__ = '0.1.24'