Skip to content

Commit dee8f71

Browse files
authored
Merge pull request #214 from NickolausDS/v0.4.x
chore: Update CHANGELOG, bump version
2 parents 0bf5077 + d86574b commit dee8f71

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.9](https://github.com/globus/django-globus-portal-framework/compare/v0.4.8...v0.4.9) (2023-12-19)
6+
7+
### Changes
8+
9+
* Remove `result_format_version` from search requests
10+
* This parameter will no longer be accepted by the Globus Search API on March 30th 2024
11+
512
### [0.4.8](https://github.com/globus/django-globus-portal-framework/compare/v0.4.7...v0.4.8) (2023-03-29)
613

714

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.8'
1+
__version__ = '0.4.9'

0 commit comments

Comments
 (0)