diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e04b759af..594ca25578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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). +## [4.13.2] - 2023-11-14 + +### Changed + +- YPP payout date is moved to Tuesday +- Account seed is now downloaded by default +- Changed referrals list on referrals page + +### Fixed + +- Fixed performance issues on mobile devices +- Fixed player styling on mobile devices +- Fixed incorrect rewards on YPP dashboard tab + ## [4.13.1] - 2023-11-09 ### Fixed diff --git a/packages/atlas/package.json b/packages/atlas/package.json index b55c474d6d..70d59ae471 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": "4.13.1", + "version": "4.13.2", "license": "GPL-3.0", "scripts": { "start": "vite",