From 07889fb0410569b9b818c4ccf79c3bc1baac9a51 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 09:41:57 -0400 Subject: [PATCH] chore(main): release 1.2.0 (#72) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ setup.cfg | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88aec57..2b0e1b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.0](https://github.com/PHACDataHub/django-phac_aspc-helpers/compare/v1.1.1...v1.2.0) (2023-10-25) + + +### Features + +* add csv export utils ([#70](https://github.com/PHACDataHub/django-phac_aspc-helpers/issues/70)) ([e9fb3e5](https://github.com/PHACDataHub/django-phac_aspc-helpers/commit/e9fb3e5308a2be64c9dcf7243b9f47c506e87132)) +* add rules utility ([#74](https://github.com/PHACDataHub/django-phac_aspc-helpers/issues/74)) ([322f5a2](https://github.com/PHACDataHub/django-phac_aspc-helpers/commit/322f5a2ed7ac142df7e40d447794e4602fabb430)) + ## [1.1.1](https://github.com/PHACDataHub/django-phac_aspc-helpers/compare/v1.1.0...v1.1.1) (2023-10-03) diff --git a/setup.cfg b/setup.cfg index 5b92f43..b3cbfbd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-phac_aspc-helpers -version = 1.1.1 +version = 1.2.0 description = Set of helpers for Django used at PHAC-ASPC long_description = file: README.md long_description_content_type = text/markdown