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,