We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15d71d commit 8619246Copy full SHA for 8619246
HISTORY.md
@@ -40,3 +40,8 @@ History
40
------------------
41
42
* Added a logger to get trace of address
43
+
44
+0.0.7 (2021-11-20)
45
+------------------
46
47
+* static address and port
minos/api_gateway/discovery/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.6"
+__version__ = "0.0.7"
2
3
from .cli import (
4
app,
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "minos_discovery"
-version = "0.0.6"
+version = "0.0.7"
description = "Minos Discovery service for Microservices subscription."
5
readme = "README.md"
6
repository = "https://github.com/clariteia/discovery"
0 commit comments