diff --git a/CHANGELOG.md b/CHANGELOG.md index 631523f5..80a71206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # Changelog -## [1.1.0](https://github.com/riemann/riemann-tools/tree/1.1.0) (2022-07-01) +## [1.1.1](https://github.com/riemann/riemann-tools/tree/1.1.1) (2022-07-02) -[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.0.0...1.1.0) +[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.1.0...1.1.1) + +**Fixed bugs:** + +- Ignore overlay filesystems by default [\#215](https://github.com/riemann/riemann-tools/pull/215) ([smortex](https://github.com/smortex)) + +## [v1.1.0](https://github.com/riemann/riemann-tools/tree/v1.1.0) (2022-07-01) + +[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.0.0...v1.1.0) **Implemented enhancements:** diff --git a/lib/riemann/tools/version.rb b/lib/riemann/tools/version.rb index 81c9d37d..4cc31996 100644 --- a/lib/riemann/tools/version.rb +++ b/lib/riemann/tools/version.rb @@ -2,6 +2,6 @@ module Riemann module Tools # :nodoc: - VERSION = '1.1.0' + VERSION = '1.1.1' end end