diff --git a/sdks/bkpaas-auth/CHANGES.md b/sdks/bkpaas-auth/CHANGES.md index be0f26f..4a1644a 100644 --- a/sdks/bkpaas-auth/CHANGES.md +++ b/sdks/bkpaas-auth/CHANGES.md @@ -1,5 +1,8 @@ # 版本历史 +## 2.1.0 +- fix: 修复 APIGatewayAuthBackend 不兼容 ^3.0.0 以上的 apigw_manager + ## 2.0.8 - 将认证信息标准化到请求头 X-Bkapi-Authorization 中 diff --git a/sdks/bkpaas-auth/setup.py b/sdks/bkpaas-auth/setup.py index 20fa91b..38747b2 100644 --- a/sdks/bkpaas-auth/setup.py +++ b/sdks/bkpaas-auth/setup.py @@ -23,7 +23,7 @@ setup( long_description=readme, name='bkpaas-auth', - version='2.0.8', + version='2.1.0', description='User authentication django app for blueking internal projects', python_requires='<4.0,>=3.6', author='blueking',