From f78860729c40a29aa6f7e12c2ddb3631d64766ed Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 16 Sep 2023 13:10:59 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ tailbone_nationbuilder/_version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c5a453..5c4cedf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to tailbone-nationbuilder 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.3] - 2023-09-16 +### Changed +- Add grid totals support for NB donations. + ## [0.1.2] - 2023-09-15 ### Changed - Use handler to generate NationBuilder URLs. diff --git a/tailbone_nationbuilder/_version.py b/tailbone_nationbuilder/_version.py index de58c20..d60824a 100644 --- a/tailbone_nationbuilder/_version.py +++ b/tailbone_nationbuilder/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.1.2' +__version__ = '0.1.3'