diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f20468a..cb8e3d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## Unreleased +## 0.24.0 - 2020-01-28 + +### Fixed + +- ([GH-199](https://github.com/lingua-pupuli/puppet-editor-services/issues/199)) Fixes for Puppet 5.5.18 + +### Changed + +- ([GH-213](https://github.com/lingua-pupuli/puppet-editor-services/issues/213)) Gather Facts from the Sidecar instead of the Server process + ## 0.23.0 - 2019-12-04 ### Added diff --git a/lib/puppet_editor_services/version.rb b/lib/puppet_editor_services/version.rb index c973efe6..80cb581d 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.23.0' unless defined? PUPPETEDITORSERVICESVERSION + PUPPETEDITORSERVICESVERSION = '0.24.0' unless defined? PUPPETEDITORSERVICESVERSION # @api public #