diff --git a/CHANGELOG.md b/CHANGELOG.md index 99d7c95..8db55ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch ## [Unreleased](https://github.com/idealista/prom2teams/tree/develop) -## [2.1.0](https://github.com/idealista/prom2teams/tree/2.1.0) -[Full Changelog](https://github.com/idealista/prom2teams/compare/2.0.4...2.1.0) +## [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 - *[#70](https://github.com/idealista/prom2teams/pull/70) Check the Teams's response "text" attribute ='1' for validating a message was sent correctly* @Gkrlo - *[#69](https://github.com/idealista/prom2teams/issues/69) Add resolved to notifications* @jnogol diff --git a/setup.py b/setup.py index c6e450c..59a7287 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup(name='prom2teams', - version='2.1.0', + version='2.1.1', description='Project that redirects Prometheus Alert Manager ' 'notifications to Microsoft Teams', long_description=readme,