From 3fa65fe3df8042d385f7cb300c418ffcf5824bed Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 16 Jul 2018 18:34:23 +0200 Subject: [PATCH] Release 4.1.0 --- CHANGELOG.md | 9 +++++++++ metadata.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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+",