From d292e63185f24df4fd7b6bf05c179d1c02ba16dd Mon Sep 17 00:00:00 2001 From: rfhferreira <rfhferreira@inf.ufpr.br> Date: Tue, 25 Mar 2025 10:12:43 -0300 Subject: [PATCH] CHANGELOG 1.11.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c21bf3..1f4a587a 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 058e29a8..efa1674e 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", -- GitLab