diff --git a/CHANGELOG.md b/CHANGELOG.md index 79fb242b..d31c3469 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). +## [1.4.4] - 2020-04-05 +### Updated +- Integrate OctoBot-tentacles-manager 2.0.0 + ## [1.4.3] - 2020-04-04 ### Updated - Exception logger API from Commons diff --git a/README.md b/README.md index 4b517ada..76ce4112 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OctoBot-Evaluators [1.4.3](https://github.com/Drakkar-Software/OctoBot-Evaluators/blob/master/CHANGELOG.md) +# OctoBot-Evaluators [1.4.4](https://github.com/Drakkar-Software/OctoBot-Evaluators/blob/master/CHANGELOG.md) [![PyPI](https://img.shields.io/pypi/v/OctoBot-Evaluators.svg)](https://pypi.python.org/pypi/OctoBot-Evaluators/) [![Build Status](https://travis-ci.com/Drakkar-Software/OctoBot-Evaluators.svg?branch=master)](https://travis-ci.com/Drakkar-Software/OctoBot-Evaluators) [![Build status](https://ci.appveyor.com/api/projects/status/p68n2y6547xhw0t6?svg=true)](https://ci.appveyor.com/project/Herklos/octobot-evaluators) diff --git a/octobot_evaluators/__init__.py b/octobot_evaluators/__init__.py index d6ddc219..cbc60c43 100644 --- a/octobot_evaluators/__init__.py +++ b/octobot_evaluators/__init__.py @@ -15,4 +15,4 @@ # License along with this library. PROJECT_NAME = "OctoBot-Evaluators" -VERSION = "1.4.3" # major.minor.revision +VERSION = "1.4.4" # major.minor.revision