diff --git a/CHANGELOG.md b/CHANGELOG.md index 40138c01..bdc8d117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ This project adheres to semantic versioning. ### Removed +## [4.8.2] - 2023-11-09 + +### Changed +- Fixed URL generation for proposal invites + ## [4.8.1] - 2023-09-20 ### Added diff --git a/pyproject.toml b/pyproject.toml index 19e5e587..73f65495 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-ocs-observation-portal" -version = "4.8.1" +version = "4.8.2" description = "The Observatory Control System (OCS) Observation Portal django apps" license = "GPL-3.0-only" authors = ["Observatory Control System Project "]