Skip to content

Commit e387f37

Browse files
author
Sergio García Prado
committed
v0.1.2
1 parent 77e4e78 commit e387f37

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@
2828

2929
* Enforce Authentication Service validation if enabled.
3030
* Improve error messages and use more appropriate status codes.
31+
32+
## 0.1.2 (2021-11-04)
33+
34+
* Fix bug related with byte-encoded requests forwarding.

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