Skip to content

Commit f9fe678

Browse files
Merge pull request #372 from puppetlabs/release-prep
Release prep v2.0.0
2 parents 58af974 + 8d75939 commit f9fe678

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
1+
<!-- markdownlint-disable MD024 -->
12
# Changelog
23

3-
All significant changes to this repo will be summarized in this file.
4+
All notable changes to this project will be documented in this file.
45

6+
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).
7+
8+
## [v2.0.0](https://github.com/puppetlabs/puppet-resource_api/tree/v2.0.0) - 2025-03-13
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.9.0...v2.0.0)
11+
12+
### Changed
13+
14+
- (CAT-2254) Remove puppet 7 / Ruby 2.7 related code [#368](https://github.com/puppetlabs/puppet-resource_api/pull/368) ([LukasAud](https://github.com/LukasAud))
15+
16+
### Added
17+
18+
- Provider get() call optimization [#306](https://github.com/puppetlabs/puppet-resource_api/pull/306) ([seanmil](https://github.com/seanmil))
19+
20+
### Fixed
21+
22+
- Fix instances method with simple_get_filter [#304](https://github.com/puppetlabs/puppet-resource_api/pull/304) ([seanmil](https://github.com/seanmil))
23+
- SimpleProvider name fixes [#302](https://github.com/puppetlabs/puppet-resource_api/pull/302) ([seanmil](https://github.com/seanmil))
24+
- Various Rubocop fixes
525

626
## [1.9.0](https://github.com/puppetlabs/puppet-resource_api/tree/1.9.0) (2023-08-08)
727

lib/puppet/resource_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Puppet
44
module ResourceApi
5-
VERSION = '1.9.0'
5+
VERSION = '2.0.0'
66
end
77
end

0 commit comments

Comments
 (0)