Skip to content

Commit eef441b

Browse files
authored
Merge pull request #225 from NickolausDS/v0.4.11-release
chore: bump version, update CHANGELOG
2 parents 07b0323 + 181ab8e commit eef441b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
### [0.4.11](https://github.com/globus/django-globus-portal-framework/compare/v0.4.10...v0.4.11) (2024-06-17)
6+
7+
### Features
8+
9+
* Add new V3 Templates. Templates will become default in v0.5.x. ([704a86a17786a104372604ed507c22a3d2759758](https://github.com/globus/django-globus-portal-framework/commit/704a86a17786a104372604ed507c22a3d2759758))
10+
11+
12+
### Bug Fixes
13+
14+
* Remove un-used validate_token() function ([20e59ff](https://github.com/globus/django-globus-portal-framework/commit/20e59ff11c0f25cbc49215467606f0ef218cf13a))
15+
516
## [0.4.10](https://github.com/globus/django-globus-portal-framework/compare/v0.4.9...v0.4.10) (2024-04-25)
617

718
### Features

globus_portal_framework/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.10'
1+
__version__ = '0.4.11'

0 commit comments

Comments
 (0)