From 5a20904f7989ab71331cbb78ae3e515a79eb6174 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 15 Sep 2023 13:01:35 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ tailbone_corepos/_version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b32b73..637d6b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to tailbone-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.26] - 2023-09-15 +### Changed +- Add views for CORE lanes, tenders. +- Add highlight for "overpaid" equity import batch row status. + ## [0.1.25] - 2023-09-15 ### Changed - Add xref button to view equity payment in CORE. diff --git a/tailbone_corepos/_version.py b/tailbone_corepos/_version.py index 41b174c..85d6b6e 100644 --- a/tailbone_corepos/_version.py +++ b/tailbone_corepos/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.1.25' +__version__ = '0.1.26'