From 2e9914651a3f303b6fe4aee1e86a088614466ba1 Mon Sep 17 00:00:00 2001 From: RoberTu Date: Tue, 29 Oct 2019 16:20:39 +0800 Subject: [PATCH] Update CHANGELOG for v2.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28923d0106..d6b8792c9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.1.0] - 2019-10-29 + +### Added + +- Block User #481 + +### Changed + +- Apollo with React Hooks! #450 +- Show userName in profile area #479 +- Error Codes: remove `USER_FOLLOW_FAILED`, add `ACTION_FAILED` #480 + ## [2.0.1] - 2019-10-21 ### Changed diff --git a/package.json b/package.json index 6a2a4d4174..6c28f16671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matters-web", - "version": "2.0.1", + "version": "2.1.0", "description": "codebase of Matters' website", "author": "", "engines": {