From 3f58d45fe931994488fbe81b09efd7362e69f590 Mon Sep 17 00:00:00 2001 From: sousuke0422 Date: Fri, 5 Nov 2021 20:24:02 +0900 Subject: [PATCH] chore: bump version --- .node-version | 2 +- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.node-version b/.node-version index 6e52078fa0..15e0b6dd73 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -v16.6.1 +v16.11.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 577a73eeeb..9caa3f551d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ 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). -## [Unreleased] +## [ToDo] + +### Added + +- アカウント登録にメールアドレスの設定を必須にするオプション (ayu5-email) + +## [11.37.1-rei0784-5.17.0-rc.1] 2021-11-05 ### Added @@ -24,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 対応していないものはfalseかnullを返すように (`api:meta`) - オンライン状態の仕様をv12と同じものに - ActivityPub: deliverキューのメモリ使用量を削減 +- API: ap系のエンドポイントをログイン必須化+レートリミット追加 ### Fixed diff --git a/package.json b/package.json index 6b215af266..d91885f423 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "yupix ", "syuilo " ], - "version": "11.37.1-rei0784-5.16.0", + "version": "11.37.1-rei0784-5.17.0-rc.1", "codename": "malachite", "repository": { "type": "git",