diff --git a/CHANGELOG.md b/CHANGELOG.md index 53d5d91..02c0775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch ## [Unreleased](https://github.com/idealista/prom2teams/tree/develop) +## [1.1.0](https://github.com/idealista/prom2teams/tree/1.1.0) +[Full Changelog](https://github.com/idealista/prom2teams/compare/1.0.0...1.1.0) ### Added - *[#5](https://github.com/idealista/prom2teams/issues/5) Allow to provide log file path and log level as arguments* @dortegau diff --git a/setup.py b/setup.py index 8d902f5..d6563a2 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def read_requirements_file(): setup(name='prom2teams', - version='1.0.0', + version='1.1.0', description='Project that redirects Prometheus Alert Manager ' 'notifications to Microsoft Teams', long_description=readme,