Browse Source

Release v2.0.4

Artem 1 year ago
parent
commit
9cfccf3d24
2 changed files with 7 additions and 1 deletions
  1. 6 0
      CHANGELOG.md
  2. 1 1
      packages/atlas/package.json

+ 6 - 0
CHANGELOG.md

@@ -5,6 +5,12 @@ 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).
 
+## [2.0.4] - 2023-04-06
+
+### Fixed
+- Fixed video upload extrinsic bug
+- Fixed channel creation bug
+
 ## [2.0.3] - 2023-04-05
 
 ### Fixed

+ 1 - 1
packages/atlas/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@joystream/atlas",
   "description": "UI for consuming Joystream - a user governed video platform",
-  "version": "2.0.3",
+  "version": "2.0.4",
   "license": "GPL-3.0",
   "scripts": {
     "start": "vite",