From 3bb603fbe7aff1d78fadb643fa84ccfc1d6d9266 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 30 Oct 2024 10:58:09 +0200 Subject: [PATCH] [develop]: Update version and changelogs. --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76c06e2..1e97ace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - *Fixed (for any bug fixes)* - *Security (in case of vulnerabilities)* +## v1.0.3 - 30.10.2024 +### Changed +Open Access Indicator changed to show open access for the last full year. (e.g. 2023) + ## v1.0.2 - 18.09.2024 ### Changed Texts in home and about. diff --git a/package.json b/package.json index 3437786..ae39e81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "irish-monitor", - "version": "1.0.2", + "version": "1.0.3", "scripts": { "ng": "ng", "start": "ng serve --port 5500 --disable-host-check --host 0.0.0.0",