Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Commit 7d26e8d

Browse files
authored
Merge pull request #81 from dhollinger/rel161
Release 1.6.1
2 parents 72e3b4a + baf0458 commit 7d26e8d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v1.6.1](https://github.com/voxpupuli/puppet_webhook/tree/v1.6.1) (2018-12-23)
8+
[Full Changelog](https://github.com/voxpupuli/puppet_webhook/compare/v1.6.0...v1.6.1)
9+
10+
**Fixed bugs:**
11+
12+
- Change webrick log constants to strings to match conf file [\#80](https://github.com/voxpupuli/puppet_webhook/pull/80) ([dhollinger](https://github.com/dhollinger))
13+
714
## [v1.6.0](https://github.com/voxpupuli/puppet_webhook/tree/v1.6.0) (2018-12-19)
815
[Full Changelog](https://github.com/voxpupuli/puppet_webhook/compare/v1.5.2...v1.6.0)
916

puppet_webhook.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
22
spec.name = 'puppet_webhook'
33
spec.summary = 'Sinatra Webhook Server for Puppet/R10K'
4-
spec.version = '1.6.0' # TODO: Move this into a PuppetWebhook::Version class
4+
spec.version = '1.6.1' # TODO: Move this into a PuppetWebhook::Version class
55
spec.platform = Gem::Platform::RUBY
66
spec.required_ruby_version = '>= 2.2.0'
77
spec.authors = ['Vox Pupuli']

0 commit comments

Comments
 (0)