Skip to content

Commit 7eaab79

Browse files
authored
Merge pull request #383 from puppetlabs/release_prep
Release prep v1.9.1
2 parents 956b606 + b370064 commit 7eaab79

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All significant changes to this repo will be summarized in this file.
44

5+
## [1.9.1](https://github.com/puppetlabs/puppet-resource_api/tree/1.9.1) (2025-12-17)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppet-resource_api/compare/1.9.0...1.9.1)
8+
9+
**Fixed bugs:**
10+
11+
- \(MODULES-11462\): Implement finish method for class tag inheritance in Puppet::ResourceApi in 1.9.0 branch [\#381](https://github.com/puppetlabs/puppet-resource_api/pull/381) ([span786](https://github.com/span786))
512

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

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 = '1.9.1'
66
end
77
end

0 commit comments

Comments
 (0)