diff --git a/CHANGELOG.md b/CHANGELOG.md index ad7f1a8..bfb2335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +## [4.1.0](https://github.com/theforeman/puppet-git/tree/4.1.0) (2018-07-16) + +[Full Changelog](https://github.com/theforeman/puppet-git/compare/4.0.0...4.1.0) + +**Implemented enhancements:** + +- Support Ubuntu/bionic, drop Fedora 25 & Debian 7 [\#39](https://github.com/theforeman/puppet-git/pull/39) ([mmoll](https://github.com/mmoll)) + ## [4.0.0](https://github.com/theforeman/puppet-git/tree/4.0.0) (2018-01-25) + [Full Changelog](https://github.com/theforeman/puppet-git/compare/3.0.0...4.0.0) **Breaking changes:** diff --git a/metadata.json b/metadata.json index 5f4568f..5c3ba20 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "theforeman-git", - "version": "4.0.1", + "version": "4.1.0", "author": "theforeman", "summary": "git installation and configuration", "license": "GPL-3.0+",