Skip to content
Snippets Groups Projects
Commit 0fc295e1 authored by geant-release-service's avatar geant-release-service
Browse files

Finished release 0.90.

parents ddaaacf4 48638320
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.90] - 2025-02-12
- Fix incorrect link in sidebar/frontpage
## [0.89] - 2025-02-12 ## [0.89] - 2025-02-12
- COMP-453: Remove strategic plan link from policies page, as we have a separate page for that - COMP-453: Remove strategic plan link from policies page, as we have a separate page for that
- Use a single frontend entrypoint (index.html), as the code splitting now works properly with it - Use a single frontend entrypoint (index.html), as the code splitting now works properly with it
......
...@@ -43,7 +43,7 @@ export default function NetworkLinks({ sidebar = false }) { ...@@ -43,7 +43,7 @@ export default function NetworkLinks({ sidebar = false }) {
<LinkComponent to="/siem-vendors" className={classNames}> <LinkComponent to="/siem-vendors" className={classNames}>
<span>{titles["siem-vendors"]}</span> <span>{titles["siem-vendors"]}</span>
</LinkComponent> </LinkComponent>
<LinkComponent to="/certificate-provider" className={classNames}> <LinkComponent to="/certificate-providers" className={classNames}>
<span>{titles["certificate-provider"]}</span> <span>{titles["certificate-provider"]}</span>
</LinkComponent> </LinkComponent>
<LinkComponent to="/weather-map" className={classNames}> <LinkComponent to="/weather-map" className={classNames}>
......
This diff is collapsed.
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='compendium-v2', name='compendium-v2',
version="0.89", version="0.90",
author='GEANT', author='GEANT',
author_email='swd@geant.org', author_email='swd@geant.org',
description='Flask and React project for displaying ' description='Flask and React project for displaying '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment