Skip to content

Commit fb719c8

Browse files
author
Sergio García Prado
committed
v0.0.4
1 parent 0411a67 commit fb719c8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@
1414
* Handle requests to unavailable microservices.
1515
* Improve request forwarding to microservices.
1616
* Fix bug related with unnecessary `json` casting.
17+
18+
## 0.0.4 (2021-08-54)
19+
* Add support to `CORS`.

minos/api_gateway/rest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Minos framework can not be copied and/or distributed without the express permission of Clariteia SL.
77
"""
8-
__version__ = "0.0.3"
8+
__version__ = "0.0.4"
99

1010
from .launchers import (
1111
EntrypointLauncher,

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.3"
3+
version = "0.0.4"
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)