diff --git a/Changes b/Changes index 045f5039..500b8ae9 100644 --- a/Changes +++ b/Changes @@ -1,14 +1,16 @@ Release history for Zonemaster component Zonemaster-GUI -v4.1.2 2024-03-18 (public release version) +v4.2.0 2024-03-18 (public release version) [Release information] - Translations have not been fully updated in this release. They will be updated in an upcoming fix release. - [Fixes] + [Features] - Improves GUI design (#434) + + [Fixes] - Updates FAQ (#443, #456, #457) - Fixe handling of unspecified test module (#444) - Updates French translation (#450) diff --git a/package.json b/package.json index bfc1169f..e7b4c52e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zonemaster-gui", - "version": "4.1.2", + "version": "4.2.0", "license": "BSD-2-Clause", "scripts": { "ng": "ng", diff --git a/src/environments/version.ts b/src/environments/version.ts index 45f6fff1..ad42c18b 100644 --- a/src/environments/version.ts +++ b/src/environments/version.ts @@ -1,4 +1,4 @@ export const clientInfo = { - version: '4.1.2', + version: '4.2.0', id: 'Zonemaster-GUI' };