From 1274b36ca404855019d3ddd12f06bed03f6bb943 Mon Sep 17 00:00:00 2001 From: David Hollinger Date: Fri, 2 Nov 2018 15:08:47 -0500 Subject: [PATCH] Release 1.5.2 --- CHANGELOG.md | 7 +++++++ puppet_webhook.gemspec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf0629..9a7bbfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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. +## [v1.5.2](https://github.com/voxpupuli/puppet_webhook/tree/v1.5.2) (2018-11-02) +[Full Changelog](https://github.com/voxpupuli/puppet_webhook/compare/v1.5.1...v1.5.2) + +**Merged pull requests:** + +- Only load mco and chatops plugins if enabled [\#66](https://github.com/voxpupuli/puppet_webhook/pull/66) ([dhollinger](https://github.com/dhollinger)) + ## [v1.5.1](https://github.com/voxpupuli/puppet_webhook/tree/v1.5.1) (2018-11-02) [Full Changelog](https://github.com/voxpupuli/puppet_webhook/compare/v1.5.0...v1.5.1) diff --git a/puppet_webhook.gemspec b/puppet_webhook.gemspec index b4f2014..07dad9c 100644 --- a/puppet_webhook.gemspec +++ b/puppet_webhook.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength spec.name = 'puppet_webhook' spec.summary = 'Sinatra Webhook Server for Puppet/R10K' - spec.version = '1.5.1' + spec.version = '1.5.2' spec.platform = Gem::Platform::RUBY spec.required_ruby_version = '>= 2.2.0' spec.authors = ['Vox Pupuli']