Skip to content

Commit

Permalink
prep for v0.21.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Apr 2, 2019
1 parent 761920f commit d6c9b25
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ vendor/*
# Ignore Chef key files and secrets
.chef/*.pem
.chef/encrypted_data_bag_secret
client.pem

# ignore .kitchen files
.kitchen
Expand Down
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
:major: 0
:minor: 21
:patch: 3
:patch: 4
:special: ''
:metadata: ''
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DEPENDENCIES

GRAPH
apt (3.0.0)
netuitive (0.21.3)
netuitive (0.21.4)
apt (>= 0.0.0)
yum (>= 0.0.0)
yum (3.10.0)
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 0.21.4
- no-op testing travis supermarket deploys

## 0.21.3
- no-op testing travis supermarket deploys

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
issues_url 'https://github.com/Netuitive/chef-netuitive/issues' if respond_to?(:issues_url)
source_url 'https://github.com/Netuitive/chef-netuitive' if respond_to?(:source_url)

version '0.21.3'
version '0.21.4'

depends 'apt'
depends 'yum'
Expand Down

0 comments on commit d6c9b25

Please sign in to comment.