diff --git a/CHANGES.rst b/CHANGES.rst index 647c30dd..1cbfae2e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,10 @@ Changes for CrateDB Admin Interface Unreleased ========== + +2024-11-20 1.24.9 +================= + - Worked around an issue with Webpack and Angular 1.8.x that caused the Admin UI to not load correctly. diff --git a/package-lock.json b/package-lock.json index b7968483..b3321246 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "crate-admin", - "version": "1.24.8", + "version": "1.24.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "crate-admin", - "version": "1.24.8", + "version": "1.24.9", "license": "Apache-2.0", "dependencies": { "@uirouter/angularjs": "^1.0.29", diff --git a/package.json b/package.json index fe667458..60a0900f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "crate-admin", "description": "CrateDB Admin UI", - "version": "1.24.8", + "version": "1.24.9", "author": "CrateDB Team", "homepage": "https://github.com/crate/crate-admin", "license": "Apache-2.0",