Skip to content

Commit 2e28b76

Browse files
authored
Merge pull request #234 from NickolausDS/v0.4.12-release
chore: Update release notes, bump version
2 parents ca08fff + 16c8360 commit 2e28b76

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.12](https://github.com/globus/django-globus-portal-framework/compare/v0.4.11...v0.4.12) (2024-10-28)
6+
7+
8+
### Features
9+
10+
* Allow non-Globus users to access public search data ([1c2838d](https://github.com/globus/django-globus-portal-framework/commit/1c2838d06971a6fdab22f6c7c6e82cc6c9f559d7))
11+
12+
### Bug Fixes
13+
14+
* Fix missing 'mag_glass.svg' static file image in v3 templates ([da71a43](https://github.com/globus/django-globus-portal-framework/commit/da71a43f6d9d8955b9092926e4b8cbe91c0311c5))
15+
16+
517
### [0.4.11](https://github.com/globus/django-globus-portal-framework/compare/v0.4.10...v0.4.11) (2024-06-17)
618

719
### 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.11'
1+
__version__ = '0.4.12'

0 commit comments

Comments
 (0)