Skip to content

Commit 66ecca3

Browse files
authored
Merge pull request #280 from glennsarti/prep-1.0.1
(GH-279) Prepare for 1.0.1 release
2 parents 9fd4984 + d74f16d commit 66ecca3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## Unreleased
88

9+
## 1.0.1 - 2020-10-14
10+
11+
### Changed
12+
13+
- ([Commit](https://github.com/puppetlabs/puppet-editor-services/commit/9fd498472acedb30152069c613e4b8e6f82bb67a)) Update Bolt static metadate to version 2.30.0
14+
915
## 1.0.0 - 2020-07-24
1016

1117
Major release 🎉🎉 which drops support for Puppet 4

lib/puppet_editor_services/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module PuppetEditorServices
4-
PUPPETEDITORSERVICESVERSION = '1.0.0' unless defined? PUPPETEDITORSERVICESVERSION
4+
PUPPETEDITORSERVICESVERSION = '1.0.1' unless defined? PUPPETEDITORSERVICESVERSION
55

66
# @api public
77
#

0 commit comments

Comments
 (0)