From 181ab8e0457c4ccf39880bc86e07bdd1d9a3067f Mon Sep 17 00:00:00 2001 From: "Nickolaus D. Saint" Date: Mon, 17 Jun 2024 14:56:43 -0700 Subject: [PATCH] chore: bump version, update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ globus_portal_framework/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfdf2a7..25bdd31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.4.11](https://github.com/globus/django-globus-portal-framework/compare/v0.4.10...v0.4.11) (2024-06-17) + +### Features + +* Add new V3 Templates. Templates will become default in v0.5.x. ([704a86a17786a104372604ed507c22a3d2759758](https://github.com/globus/django-globus-portal-framework/commit/704a86a17786a104372604ed507c22a3d2759758)) + + +### Bug Fixes + +* Remove un-used validate_token() function ([20e59ff](https://github.com/globus/django-globus-portal-framework/commit/20e59ff11c0f25cbc49215467606f0ef218cf13a)) + ## [0.4.10](https://github.com/globus/django-globus-portal-framework/compare/v0.4.9...v0.4.10) (2024-04-25) ### Features diff --git a/globus_portal_framework/version.py b/globus_portal_framework/version.py index b94cbb0..d4f3346 100644 --- a/globus_portal_framework/version.py +++ b/globus_portal_framework/version.py @@ -1 +1 @@ -__version__ = '0.4.10' +__version__ = '0.4.11'