Ver código fonte

Release v3.0.0

Artem 1 ano atrás
pai
commit
33f89b3f1f
2 arquivos alterados com 11 adições e 1 exclusões
  1. 10 0
      CHANGELOG.md
  2. 1 1
      packages/atlas/package.json

+ 10 - 0
CHANGELOG.md

@@ -5,6 +5,16 @@ 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).
 
+## [3.0.0] - 2023-04-12
+
+### Added
+
+- Channel payouts were introduced
+
+### Changed
+
+- Atlas now supports Ephesus runtime upgrade
+
 ## [2.1.0] - 2023-04-07
 
 ### Changed

+ 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.1.0",
+  "version": "3.0.0",
   "license": "GPL-3.0",
   "scripts": {
     "start": "vite",