From 5e11d8647dde182f1e4a8f4e0fd951f09349268b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 24 Apr 2024 13:42:23 +0000 Subject: [PATCH] Release prep v2.0.4 --- CHANGELOG.md | 8 ++++++++ lib/puppet_editor_services/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d747a11c..1605c202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v2.0.4](https://github.com/puppetlabs/puppet-editor-services/tree/v2.0.4) - 2024-04-24 + +[Full Changelog](https://github.com/puppetlabs/puppet-editor-services/compare/v2.0.3...v2.0.4) + +### Fixed + +- CAT-1670 - Fix onTypeFormatting due to undefined variable json_rpc_handler [#376](https://github.com/puppetlabs/puppet-editor-services/pull/376) ([jordanbreen28](https://github.com/jordanbreen28)) + ## [v2.0.3](https://github.com/puppetlabs/puppet-editor-services/tree/v2.0.3) - 2024-04-17 [Full Changelog](https://github.com/puppetlabs/puppet-editor-services/compare/v2.0.2...v2.0.3) diff --git a/lib/puppet_editor_services/version.rb b/lib/puppet_editor_services/version.rb index 558ffca5..dc0ff2c6 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 = '2.0.3' unless defined? PUPPETEDITORSERVICESVERSION + PUPPETEDITORSERVICESVERSION = '2.0.4' unless defined? PUPPETEDITORSERVICESVERSION # @api public #