Skip to content

Commit b15aebd

Browse files
author
Sergio García Prado
committed
v0.1.0
1 parent 0a08448 commit b15aebd

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
@@ -18,3 +18,8 @@
1818
## 0.0.4 (2021-08-25)
1919

2020
* Add support to `CORS`.
21+
22+
## 0.1.0 (2021-11-03)
23+
24+
* Add support for external Authentication systems based on tokens.
25+
* Remove `minos-apigateway-common` dependency.

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