Skip to content

Commit

Permalink
Merge pull request #244 from jpogran/release-0.26.0
Browse files Browse the repository at this point in the history
(maint) Release 0.26.0
  • Loading branch information
James Pogran authored Apr 30, 2020
2 parents 73e2615 + 00e52cf commit 25fc856
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## Unreleased

## 0.26.0 - 2020-05-01

### Added

- ([GH-242](https://github.com/puppetlabs/puppet-editor-services/issues/242)) Add Puppet Facts Endpoint
- ([GH-245](https://github.com/puppetlabs/puppet-editor-services/issues/245)) Use object cache for Puppet Facts Endpoint
- ([GH-168](https://github.com/puppetlabs/puppet-editor-services/issues/168)) Add acceptance tests

### Changed

- (maint) Update branding and links
- (maint) Update Bolt static data and Protocol definitions

## 0.25.0 - 2020-03-26

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.25.0' unless defined? PUPPETEDITORSERVICESVERSION
PUPPETEDITORSERVICESVERSION = '0.26.0' unless defined? PUPPETEDITORSERVICESVERSION

# @api public
#
Expand Down

0 comments on commit 25fc856

Please sign in to comment.