Skip to content

Commit a769f75

Browse files
v0.4.0
1 parent 93b3c7e commit a769f75

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,9 @@
4444

4545
* Administration section BugFix getting index file.
4646
* Adjust default auth routes
47+
48+
## 0.4.0 (2022-02-16)
49+
50+
* Add authorization rules to administration section.
51+
* Authorization rules CRUD.
52+
* Authorization checking on microservice call.

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.3.0"
1+
__version__ = "0.4.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.3.0"
3+
version = "0.4.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)