Skip to content

Commit

Permalink
Version bump to 0.0.5 and updating CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cruelsmith committed Aug 15, 2022
1 parent c6dfd73 commit 96cf294
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## Release [v0.0.5](https://github.com/pixelpark/puppet-networkmanager/tree/v0.0.5) (2022-08-15)

[Full Changelog](https://github.com/pixelpark/puppet-networkmanager/compare/v0.0.4...v0.0.5)

## Fixes

* Fix wrong varibale name in common.yaml
* Fix puppet string errors

## Release [v0.0.4](https://github.com/pixelpark/puppet-networkmanager/tree/v0.0.4) (2022-08-08)

[Full Changelog](https://github.com/pixelpark/puppet-networkmanager/compare/v0.0.3...v0.0.4)

## Changes

* add github actions
* fix spec tests
* modulesync 5.3.0
* refactor facts

## Release [v0.0.3](https://github.com/pixelpark/puppet-networkmanager/tree/v0.0.3) (2021-08-23)

[Full Changelog](https://github.com/pixelpark/puppet-networkmanager/compare/v0.0.2...v0.0.3)
Expand Down
7 changes: 2 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixelpark-networkmanager",
"version": "0.0.3",
"version": "0.0.5",
"author": "pixelpark",
"summary": "A module to manage the networkmanager connections.",
"license": "LGPL-3.0-or-later",
Expand Down Expand Up @@ -46,8 +46,5 @@
"name": "puppet",
"version_requirement": ">= 6.0.0 < 8.0.0"
}
],
"pdk-version": "1.18.1",
"template-url": "pdk-default#1.18.1",
"template-ref": "tags/1.18.1-0-g3d2e75c"
]
}

0 comments on commit 96cf294

Please sign in to comment.