Advanced to version 1.5.5.

This commit is contained in:
依瑪貓 2023-05-23 08:44:08 +08:00
parent 09a344d749
commit 352867797d
2 changed files with 14 additions and 1 deletions

View File

@ -2,6 +2,19 @@ Change Log
==========
Version 1.5.5
-------------
Released 2023/5/23
Security fixes.
* Revised the next URI utilities to encode and decode the next URI
preventing tampering with the next URI.
* Added the integrity value of the CDN stylesheet links.
* Various fixes.
Version 1.5.4
-------------

View File

@ -24,7 +24,7 @@ from flask_sqlalchemy import SQLAlchemy
from accounting.utils.user import UserUtilityInterface
VERSION: str = "1.5.4"
VERSION: str = "1.5.5"
"""The package version."""
db: SQLAlchemy = SQLAlchemy()
"""The database instance."""