From 9e1561dc691568d8bf0fb8543cdce982352e3bfb Mon Sep 17 00:00:00 2001 From: giancarlo Date: Tue, 22 May 2018 17:20:45 +0200 Subject: [PATCH] v2.1.2 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8db55ac..9144c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch ## [Unreleased](https://github.com/idealista/prom2teams/tree/develop) +## [2.1.2](https://github.com/idealista/prom2teams/tree/2.1.2) +[Full Changelog](https://github.com/idealista/prom2teams/compare/2.1.1...2.1.2) +### Fixed +- *[#70](https://github.com/idealista/prom2teams/pull/70) Fix condition in teams_client.py * @Gkrlo + ## [2.1.1](https://github.com/idealista/prom2teams/tree/2.1.1) [Full Changelog](https://github.com/idealista/prom2teams/compare/2.0.4...2.1.1) ### Added diff --git a/setup.py b/setup.py index 59a7287..da369b5 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup(name='prom2teams', - version='2.1.1', + version='2.1.2', description='Project that redirects Prometheus Alert Manager ' 'notifications to Microsoft Teams', long_description=readme,