diff --git a/CHANGELOG.md b/CHANGELOG.md index b98f1a2..e9e84af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + + +## 0.2.7 - 2025-12-22 ### Added - Added all ports on localhost, 127.0.0.1 and 0.0.0.0 to CORS allowed origins. + ### Changed - Altered the `/api/recent_routes` endpoint to return routes from the last 24 hours. Previously it returned routes from the current calendar day. - Renamed and repositioned "Falklands" location to "Mare Harbour". @@ -21,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.2.5 - 2025-12-15 - ### Added - added ensure_adminuser command to add subtly more sophisticated behaviour to Django's createsuperuser - i.e. don't raise non-zero exit code if superuser already exists, add more useful output. - Empty arrays to empty responses for a consistent response structure. diff --git a/docs/apischema.yml b/docs/apischema.yml index 5b10f66..d1f02eb 100644 --- a/docs/apischema.yml +++ b/docs/apischema.yml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: PolarRoute-Server - version: 0.2.7.dev6+g9799f8f30.d20251222 + version: 0.2.7 description: Backend server for serving PolarRoute and MeshiPhi assets paths: /api/evaluate_route: