瀏覽代碼

Changelog and version bump

Artem 1 年之前
父節點
當前提交
88071d8d45
共有 2 個文件被更改,包括 18 次插入1 次删除
  1. 17 0
      CHANGELOG.md
  2. 1 1
      packages/atlas/package.json

+ 17 - 0
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).
 
+## [3.3.5] - 2023-06-09
+
+### Added
+
+- Added FORCED_MAINTENANCE env variable
+- Added Ukrainian language
+- Added Segment, Google Analytics, Google Optimize tracking tools
+
+### Changed
+
+- Changed Terms and Conditions, Privacy Policy
+- Changed content category message copy
+
+### Fixed
+
+- Fixed QN sync issue
+
 ## [3.3.4] - 2023-06-07
 
 ### 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": "3.3.4",
+  "version": "3.3.5",
   "license": "GPL-3.0",
   "scripts": {
     "start": "vite",