diff --git a/CHANGELOG.md b/CHANGELOG.md index d3de3c34..16c4dc04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## Unreleased +## 0.19.1 - 2019-05-31 + +### Fixed + +- ([GH-132](https://github.com/lingua-pupuli/puppet-editor-services/issues/132)) Suppress $stdout usage for STDIO transport +- ([GH-118](https://github.com/lingua-pupuli/puppet-editor-services/issues/118)) Fail gracefully when critical gems cannot load + ## 0.19.0 - 2019-03-24 ### Added diff --git a/lib/puppet-editor-services/version.rb b/lib/puppet-editor-services/version.rb index 9d9671f6..7c0d18d5 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.19.0' unless defined? PUPPETEDITORSERVICESVERSION + PUPPETEDITORSERVICESVERSION = '0.19.1' unless defined? PUPPETEDITORSERVICESVERSION # @api public #