diff --git a/CHANGELOG.md b/CHANGELOG.md index 19c23a709d..5ffc29843b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ 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.6.0] - 2023-08-17 + +### Added + +- Added New Segment events + +### Changed + +- Simplified YPP landing page +- Changed YPP reward multipliers + +### Fixed + +- Fixed error with crashes when Google Translate is used +- Fixed wrong channel balance +- Minor bugfixes and improvements + ## [4.5.1] - 2023-08-14 ### Changed diff --git a/packages/atlas/package.json b/packages/atlas/package.json index 784ca1f909..8135a07235 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.5.1", + "version": "4.6.0", "license": "GPL-3.0", "scripts": { "start": "vite",