diff --git a/CHANGELOG.md b/CHANGELOG.md index 36723a8048..684656a122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.2.3] - 2024-05-24 + +### Added + +- Earnings to the rewards landing page + +### Fixed + +- Hidden shorts from channel videos +- Rewards dashboard copy change and links update + ## [5.2.2] - 2024-05-21 ### Added @@ -17,7 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Meta server fix - CRT UI/UX fixes - ## [5.2.1] - 2024-05-06 ### Added diff --git a/packages/atlas/package.json b/packages/atlas/package.json index 34c4c01804..e73eae04cc 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/atlas", "description": "UI for consuming Joystream - a user governed video platform", - "version": "5.2.2", + "version": "5.2.3", "license": "GPL-3.0", "scripts": { "start": "vite",