diff --git a/CHANGELOG.md b/CHANGELOG.md index a5308aeaa2bf7e6caa307feeb8503e392c628287..c4c21bf3fd33d49bf72a065386b8d633d9b17579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.10.1] - 2025-03-19 +## All changes are introduced on fridays. But only on **mondays** they go to production. + +### Fixed + - Resource not found screen on new accounts due to a bug in the database. + - Homologation of resources not working. + - User medal position. + - Achievements are now correctly displayed even without login. + +### Changed + - Font colors on items and store are now correct. + - Collection items are now positioned according to their insertion order. Previously, they were alphabetically sorted. ## [1.9.0] - 2025-03-08 ## All changes are introduced on fridays. But only on **mondays** they go to production. diff --git a/package.json b/package.json index a0fc4a4c8ba70a0b4784d6d66a3e526e2aa4927d..058e29a8485a905bbf81fd6bf78247efb91fd2ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-mecred", - "version": "1.9.0", + "version": "1.10.1", "private": true, "scripts": { "dev": "npx next dev",