diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c21bf3fd33d49bf72a065386b8d633d9b17579..1f4a587a4dd6514da10026c46dee480cd93ba5fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.11.0] - 2025-03-25 +## All changes are introduced on fridays. But only on **mondays** they go to production. + +### Added + - Page with MECRED statistics and data open for public view. + ## [1.10.1] - 2025-03-19 ## All changes are introduced on fridays. But only on **mondays** they go to production. diff --git a/package.json b/package.json index 058e29a8485a905bbf81fd6bf78247efb91fd2ed..efa1674eecef81220805a2ed49a95e8bb4c7bc50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-mecred", - "version": "1.10.1", + "version": "1.11.0", "private": true, "scripts": { "dev": "npx next dev",