Skip to content

Commit

Permalink
Merge pull request #220 from NickolausDS/v0.4.10-release
Browse files Browse the repository at this point in the history
chore: Update changelog, bump release
  • Loading branch information
NickolausDS committed Apr 26, 2024
2 parents 120bcb3 + df32e39 commit b06073e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.10](https://github.com/globus/django-globus-portal-framework/compare/v0.4.9...v0.4.10) (2024-04-25)

### Features

* Add support for Django 5 ([53cf6b5](https://github.com/globus/django-globus-portal-framework/commit/53cf6b5897c93520005b91a7e5e94be9910b3a66))
* Add support for python 3.11 ([173533b](https://github.com/globus/django-globus-portal-framework/commit/173533b730a5038da8f8f35a71aba297a49d5f2c))
* Allow logging in with Globus Groups ([27be3e0](https://github.com/globus/django-globus-portal-framework/commit/27be3e032162d4c505cca310f049dcceb57297df))
* Change templates to use CDNs instead of vendored libs ([f85d206](https://github.com/globus/django-globus-portal-framework/commit/f85d2061da2423788ac6f2d7fb816493f9f9caca))


### Bug Fixes

* updates Globus webapp links to use app. subdomain ([fc240c2](https://github.com/globus/django-globus-portal-framework/commit/fc240c266cc03dd7c03909ab94ef0c082f0cea28))
* Drop support for (long ago sunset) Globus SDK v2 ([65b4273](https://github.com/globus/django-globus-portal-framework/commit/65b4273e99041aab0050f615ba28b9d3eeb1417d))

### [0.4.9](https://github.com/globus/django-globus-portal-framework/compare/v0.4.8...v0.4.9) (2023-12-19)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion globus_portal_framework/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.0.dev0'
__version__ = '0.4.10'

0 comments on commit b06073e

Please sign in to comment.