diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dfcb0f..141825e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.9.15] - 2023-07-04 +### Added +[Logging] add option to hide url + ## [2.9.14] - 2023-07-04 ### Added [API] import_registered_tentacles to fill_with_installed_tentacles diff --git a/README.md b/README.md index b022312..1bbb194 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OctoBot-Tentacles-Manager [2.9.14](https://github.com/Drakkar-Software/OctoBot-Tentacles-Manager/tree/master/CHANGELOG.md) +# OctoBot-Tentacles-Manager [2.9.15](https://github.com/Drakkar-Software/OctoBot-Tentacles-Manager/tree/master/CHANGELOG.md) [![PyPI](https://img.shields.io/pypi/v/OctoBot-Tentacles-Manager.svg)](https://pypi.python.org/pypi/OctoBot-Tentacles-Manager/) [![Downloads](https://pepy.tech/badge/OctoBot-Tentacles-Manager/month)](https://pepy.tech/project/OctoBot-Tentacles-Manager) [![Github-Action-CI](https://github.com/Drakkar-Software/OctoBot-Tentacles-Manager/workflows/OctoBot-Tentacles-Manager-CI/badge.svg)](https://github.com/Drakkar-Software/OctoBot-Tentacles-Manager/actions) diff --git a/octobot_tentacles_manager/__init__.py b/octobot_tentacles_manager/__init__.py index 840df96..a5961b3 100644 --- a/octobot_tentacles_manager/__init__.py +++ b/octobot_tentacles_manager/__init__.py @@ -14,5 +14,5 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library. -VERSION = "2.9.14" +VERSION = "2.9.15" PROJECT_NAME = "OctoBot-Tentacles-Manager"