From 86cd2f7ae38d8bfee9123b2a546119befb44b71a Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Thu, 1 Aug 2024 16:46:44 +0200 Subject: [PATCH] release v0.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ changelog.d/+cookiecutter.infrastructure.md | 1 - changelog.d/+missing_import.fixed.md | 1 - 3 files changed, 16 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/+cookiecutter.infrastructure.md delete mode 100644 changelog.d/+missing_import.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f36bc..4f1fe18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,3 +8,19 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang upcoming release can be found in [changelog.d](changelog.d). + +## [0.1.0](https://github.com/reef-technologies/django-fingerprint-rt/releases/tag/v0.1.0) - 2024-08-01 + + +### Added + +- Add `cf-ipcountry` and `referer` to persistet headers + + +### Fixed + +- Fix missing imports in fingerprint admin code. + +### Infrastructure + +- Rebase project to cookiecutter-rt-pkg template for improved CI&CD pipeline. diff --git a/changelog.d/+cookiecutter.infrastructure.md b/changelog.d/+cookiecutter.infrastructure.md deleted file mode 100644 index 99077cc..0000000 --- a/changelog.d/+cookiecutter.infrastructure.md +++ /dev/null @@ -1 +0,0 @@ -Rebase project to cookiecutter-rt-pkg template for improved CI&CD pipeline. diff --git a/changelog.d/+missing_import.fixed.md b/changelog.d/+missing_import.fixed.md deleted file mode 100644 index 09968e2..0000000 --- a/changelog.d/+missing_import.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix missing imports in fingerprint admin code.