From 491c3ea543037f7e786ac0f4fe1e3d4ad2e6b517 Mon Sep 17 00:00:00 2001 From: Glenn Sarti Date: Fri, 24 Jan 2020 15:40:27 +0800 Subject: [PATCH] (maint) Prepare for 0.24.0 release This commit updates the changelog and version for the 0.24.0 release. --- CHANGELOG.md | 10 ++++++++++ lib/puppet_editor_services/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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 #