diff --git a/CHANGELOG.md b/CHANGELOG.md index cba3338..402e573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 📑 Changelog +## [0.11.0](https://github.com/ign-gpao/client/tree/0.11.0) (2023-01-06) + +[Full Changelog](https://github.com/ign-gpao/client/compare/0.10.0...0.11.0) + ## [0.10.0](https://github.com/ign-gpao/client/tree/0.10.0) (2022-12-15) [Full Changelog](https://github.com/ign-gpao/client/compare/0.9.0...0.10.0) diff --git a/client/__init__.py b/client/__init__.py index 2aee3d9..4750176 100644 --- a/client/__init__.py +++ b/client/__init__.py @@ -7,4 +7,4 @@ # Version of the ign-gpao-client -__version__ = "0.10.0" +__version__ = "0.11.0" diff --git a/docker/Dockerfile b/docker/Dockerfile index 649c2a9..793affc 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM library/python:latest LABEL maintainer="IGN" -LABEL version="0.10.0" +LABEL version="0.11.0" ADD . /var/client