From e048374dcd2c6261e38b6eda393ffaf4b5ffa1c1 Mon Sep 17 00:00:00 2001 From: WRadoslaw Date: Fri, 9 Feb 2024 10:09:58 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8FBump=20version=20and=20adjust?= =?UTF-8?q?=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 17 +++++++++++++++++ packages/atlas/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b01a4e46f..b8b99619bc 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.15.0] - 2024-02-09 + +## Added + +- Request response time logging + +### Fixed + +- Atlas and Orion email validation difference +- Lack of channel collaborator for subsequent Atlas channels of a single member that joined YPP + +### Changed + +- Changed feature arrival dates on pills +- Channel collaborator permissions +- Homepage language and category filtering + ## [4.14.6] - 2024-01-12 ### Fixed diff --git a/packages/atlas/package.json b/packages/atlas/package.json index 64d56d9258..73cc039bb7 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.14.6", + "version": "4.15.0", "license": "GPL-3.0", "scripts": { "start": "vite",