From 161d4ddf58b30c42b712448f3d57576fde3861ee Mon Sep 17 00:00:00 2001 From: "Eric D. Helms" Date: Mon, 19 Jul 2021 09:51:48 -0400 Subject: [PATCH] Release 5.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 437deaa3..14e65534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [5.0.0](https://github.com/theforeman/puppet-pulpcore/tree/5.0.0) (2021-07-27) + +[Full Changelog](https://github.com/theforeman/puppet-pulpcore/compare/4.0.1...5.0.0) + +**Breaking changes:** + +- Drop Puppet 5 support [\#197](https://github.com/theforeman/puppet-pulpcore/pull/197) ([ekohl](https://github.com/ekohl)) + +**Implemented enhancements:** + +- Use REDIS\_URL as a configuration option [\#218](https://github.com/theforeman/puppet-pulpcore/pull/218) ([ekohl](https://github.com/ekohl)) + +**Fixed bugs:** + +- Contain Redis within database [\#216](https://github.com/theforeman/puppet-pulpcore/pull/216) ([ekohl](https://github.com/ekohl)) + ## [4.0.1](https://github.com/theforeman/puppet-pulpcore/tree/4.0.1) (2021-07-13) [Full Changelog](https://github.com/theforeman/puppet-pulpcore/compare/4.0.0...4.0.1)