Skip to content

Commit ac36a37

Browse files
committed
prep for 0.21.0 release
1 parent 5986ada commit ac36a37

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.semver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
:major: 0
33
:minor: 21
4-
:patch: 0
4+
:patch: 1
55
:special: ''
66
:metadata: ''

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
33

44
## [Unreleased]
55

6+
## 0.21.1
7+
- properly reflected in metadata the reality regarding licensing and chef_version support (@majormoses)
8+
69
## 0.21.0
710
- added `batch_size` @johvet
811

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
issues_url 'https://github.com/Netuitive/chef-netuitive/issues' if respond_to?(:issues_url)
1313
source_url 'https://github.com/Netuitive/chef-netuitive' if respond_to?(:source_url)
1414

15-
version '0.21.0'
15+
version '0.21.1'
1616

1717
depends 'apt'
1818
depends 'yum'

0 commit comments

Comments
 (0)