Skip to content

Commit

Permalink
chore: release v2.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rongrong <[email protected]>
  • Loading branch information
Rongronggg9 committed Sep 11, 2024
1 parent 482469b commit f7e5150
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v2.9.0: Telegraph-related revert, skip cert verification, and more

### BREAKING CHANGES

Expand Down
4 changes: 2 additions & 2 deletions docs/CHANGELOG.zh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 更新日志

## 未发布
## v2.9.0: 与 Telegraph 相关的 revert、跳过证书校验和更多

### 重大变更

Expand All @@ -22,7 +22,7 @@
- **Bot 管理员可以设置比限制更短的监控间隔**: 由于 v2.8.0 中引入的一个重大变更,bot 管理员可以设置比最小监控间隔更短的间隔的特权变得毫无意义。虽然 v2.8.0 只在监控 feed 的更新时应用了这个限制,但这个版本也将它应用于 bot 管理员的更改订阅监控间隔的尝试。注意: bot 管理员总是可以通过调整 `/set_option` 中的 `minimal_interval` 来降低最小监控间隔 (另请参阅 [高级设置](advanced-settings.md)),但这样做也会允许任何能够使用 bot 的人设置更短的间隔。
- **次要的 bug 修复**

## v2.8.0: 保留文章顺序重写的监视器和更多
## v2.8.0: 保留文章顺序重写的监视器和更多

### 重大变更

Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

__version__ = "2.8.0"
__version__ = "2.9.0"

0 comments on commit f7e5150

Please sign in to comment.