diff --git a/CHANGELOG b/CHANGELOG index 2651daf29..be7b4e323 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,21 @@ We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO. +26.8.2 (2026-04-20) +=================== + +* Hotfix to add alias for ip addresses, again + +26.8.1 (2026-04-20) +=================== + +* Hotfix to add alias for ip addresses + +26.8.0 (2026-04-16) +=================== + +* Angular upgrade + 26.7.0 (2026-04-08) =================== diff --git a/angular.json b/angular.json index 47e749c53..34457e39f 100644 --- a/angular.json +++ b/angular.json @@ -69,7 +69,7 @@ "entry": "src/server.ts" }, "security": { - "allowedHosts": ["localhost", "127.0.0.1"] + "allowedHosts": ["localhost", "127.0.0.1", "10.*", "*.osf.io"] } }, "configurations": { diff --git a/package.json b/package.json index 7fec6b86b..5ccfa06cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osf", - "version": "26.7.0", + "version": "26.8.2", "scripts": { "ng": "ng", "analyze-bundle": "ng build --configuration=analyze-bundle && source-map-explorer dist/**/*.js --no-border-checks",