Skip to content

Commit 51551b4

Browse files
ISSUE #87
1 parent 45da7fc commit 51551b4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@
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

minos/api_gateway/rest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.3.0"
22

33
from .config import (
44
ApiGatewayConfig,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "minos_apigateway"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Python Package containing the main API Gateway implementation used in Minos Microservices."
55
readme = "README.md"
66
repository = "https://github.com/clariteia/api_gateway"

0 commit comments

Comments
 (0)