diff --git a/CHANGELOG.md b/CHANGELOG.md index 02d6f14b..aaa4e23e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## Unreleased +## 0.26.1 - 2020-06-04 + ### Added - ([GH-256](https://github.com/puppetlabs/puppet-editor-services/issues/256)) Add Puppetfile dependency endpoint diff --git a/lib/puppet_editor_services/version.rb b/lib/puppet_editor_services/version.rb index 1a19d176..b9cf8834 100644 --- a/lib/puppet_editor_services/version.rb +++ b/lib/puppet_editor_services/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module PuppetEditorServices - PUPPETEDITORSERVICESVERSION = '0.26.0' unless defined? PUPPETEDITORSERVICESVERSION + PUPPETEDITORSERVICESVERSION = '0.26.1' unless defined? PUPPETEDITORSERVICESVERSION # @api public #