From fd528de1e10388eded2591f3a25effbc9a2f8277 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 17 Oct 2018 20:45:05 +0200 Subject: [PATCH] release 3.0.2 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd576be8..51cf346f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v3.0.2](https://github.com/voxpupuli/puppet-gitlab/tree/v3.0.2) (2018-10-17) + +[Full Changelog](https://github.com/voxpupuli/puppet-gitlab/compare/v3.0.1...v3.0.2) + +**Fixed bugs:** + +- fix the repositories as per \#271 and \#272 [\#281](https://github.com/voxpupuli/puppet-gitlab/pull/281) ([tequeter](https://github.com/tequeter)) + ## [v3.0.1](https://github.com/voxpupuli/puppet-gitlab/tree/v3.0.1) (2018-10-13) [Full Changelog](https://github.com/voxpupuli/puppet-gitlab/compare/v3.0.0...v3.0.1) diff --git a/metadata.json b/metadata.json index d45d6a4d..f1c47a09 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-gitlab", - "version": "3.0.2-rc0", + "version": "3.0.2", "author": "Vox Pupuli", "summary": "Installation and configuration of Gitlab Omnibus", "license": "BSD-3-Clause",