Skip to content

Commit

Permalink
Merge pull request #217 from glennsarti/prep-0.24.0
Browse files Browse the repository at this point in the history
(maint) Prepare for 0.24.0 release
  • Loading branch information
jpogran authored Jan 27, 2020
2 parents 131c2ea + 491c3ea commit 8f012e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet_editor_services/version.rb
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down

0 comments on commit 8f012e9

Please sign in to comment.