diff --git a/CHANGES.rst b/CHANGES.rst index 713d3497..d950a3a7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,15 @@ Unreleased ========== +2024-01-12 1.24.7 +================= + +- Fixed minor grammar issue on the Spanish version of the Help page. + Thanks, @hlcianfagna. +- Optimized images with ``oxipng``. Thanks, @matkuliak. +- Updated build-time dependencies. + + 2023-11-24 1.24.6 ================= diff --git a/package-lock.json b/package-lock.json index e4dc04bd..d262eaff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "crate-admin", - "version": "1.24.6", + "version": "1.24.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "crate-admin", - "version": "1.24.6", + "version": "1.24.7", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 423d3584..4ae50ebf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "crate-admin", "description": "CrateDB Admin UI", - "version": "1.24.6", + "version": "1.24.7", "author": "CrateDB Team", "homepage": "https://github.com/crate/crate-admin", "license": "Apache-2.0",