Skip to content

Commit b06073e

Browse files
authored
Merge pull request #220 from NickolausDS/v0.4.10-release
chore: Update changelog, bump release
2 parents 120bcb3 + df32e39 commit b06073e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.10](https://github.com/globus/django-globus-portal-framework/compare/v0.4.9...v0.4.10) (2024-04-25)
6+
7+
### Features
8+
9+
* Add support for Django 5 ([53cf6b5](https://github.com/globus/django-globus-portal-framework/commit/53cf6b5897c93520005b91a7e5e94be9910b3a66))
10+
* Add support for python 3.11 ([173533b](https://github.com/globus/django-globus-portal-framework/commit/173533b730a5038da8f8f35a71aba297a49d5f2c))
11+
* Allow logging in with Globus Groups ([27be3e0](https://github.com/globus/django-globus-portal-framework/commit/27be3e032162d4c505cca310f049dcceb57297df))
12+
* Change templates to use CDNs instead of vendored libs ([f85d206](https://github.com/globus/django-globus-portal-framework/commit/f85d2061da2423788ac6f2d7fb816493f9f9caca))
13+
14+
15+
### Bug Fixes
16+
17+
* updates Globus webapp links to use app. subdomain ([fc240c2](https://github.com/globus/django-globus-portal-framework/commit/fc240c266cc03dd7c03909ab94ef0c082f0cea28))
18+
* Drop support for (long ago sunset) Globus SDK v2 ([65b4273](https://github.com/globus/django-globus-portal-framework/commit/65b4273e99041aab0050f615ba28b9d3eeb1417d))
19+
520
### [0.4.9](https://github.com/globus/django-globus-portal-framework/compare/v0.4.8...v0.4.9) (2023-12-19)
621

722
### Changes

globus_portal_framework/version.py

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

0 commit comments

Comments
 (0)