File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3939* Add PostgreSQL database with SQLAlchemy dependency.
4040* Auth Rules for authentication.
4141* Administration section for rules management.
42+
43+ ## 0.3.0 (2022-02-04)
44+
45+ * Administration section BugFix getting index file.
46+ * Adjust default auth routes
Original file line number Diff line number Diff line change 1- __version__ = "0.2 .0"
1+ __version__ = "0.3 .0"
22
33from .config import (
44 ApiGatewayConfig ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " minos_apigateway"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44description = " Python Package containing the main API Gateway implementation used in Minos Microservices."
55readme = " README.md"
66repository = " https://github.com/clariteia/api_gateway"
You can’t perform that action at this time.
0 commit comments