Skip to content

Commit 00e52cf

Browse files
committed
(maint) Release 0.26.0
1 parent 73e2615 commit 00e52cf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,18 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## Unreleased
88

9+
## 0.26.0 - 2020-05-01
10+
911
### Added
1012

1113
- ([GH-242](https://github.com/puppetlabs/puppet-editor-services/issues/242)) Add Puppet Facts Endpoint
14+
- ([GH-245](https://github.com/puppetlabs/puppet-editor-services/issues/245)) Use object cache for Puppet Facts Endpoint
15+
- ([GH-168](https://github.com/puppetlabs/puppet-editor-services/issues/168)) Add acceptance tests
16+
17+
### Changed
18+
19+
- (maint) Update branding and links
20+
- (maint) Update Bolt static data and Protocol definitions
1221

1322
## 0.25.0 - 2020-03-26
1423

lib/puppet_editor_services/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module PuppetEditorServices
4-
PUPPETEDITORSERVICESVERSION = '0.25.0' unless defined? PUPPETEDITORSERVICESVERSION
4+
PUPPETEDITORSERVICESVERSION = '0.26.0' unless defined? PUPPETEDITORSERVICESVERSION
55

66
# @api public
77
#

0 commit comments

Comments
 (0)