From b9c5f6a869bceacfa8732a71b13d28f4c96df456 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 25 Jan 2022 11:10:23 -0600 Subject: [PATCH] Update changelog --- CHANGES.rst | 6 ++++++ tailbone/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 64cf4789..b465a485 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +0.8.198 (2022-01-25) +-------------------- + +* Only expose "product" departments within product view dropdowns. + + 0.8.197 (2022-01-19) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 9541c7b1..8d3d1b78 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.197' +__version__ = '0.8.198'