Skip to content

Commit 42dfb65

Browse files
committed
added logger to get trace
1 parent ebe78c6 commit 42dfb65

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
@@ -35,3 +35,8 @@ History
3535
* Fix bug related with response's status code of not found entry points.
3636
* Fix bug related with microservice deletion.
3737
* Minos improvements.
38+
39+
0.0.6 (2021-11-19)
40+
------------------
41+
42+
* Added a logger to get trace of address

minos/api_gateway/discovery/__init__.py

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

33
from .cli import (
44
app,

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_discovery"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "Minos Discovery service for Microservices subscription."
55
readme = "README.md"
66
repository = "https://github.com/clariteia/discovery"

0 commit comments

Comments
 (0)