Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

release 2.0.1 #46

Merged
merged 1 commit into from
Sep 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v2.0.1](https://github.com/voxpupuli/puppet-boolean/tree/v2.0.1) (2018-09-06)

[Full Changelog](https://github.com/voxpupuli/puppet-boolean/compare/v2.0.0...v2.0.1)

**Closed issues:**

- Could not evaluate: Value 'true':TrueClass cannot be determined as a boolean value [\#6](https://github.com/voxpupuli/puppet-boolean/issues/6)

**Merged pull requests:**

- Remove docker nodesets [\#41](https://github.com/voxpupuli/puppet-boolean/pull/41) ([bastelfreak](https://github.com/bastelfreak))
- drop EOL OSs; fix puppet version range [\#39](https://github.com/voxpupuli/puppet-boolean/pull/39) ([bastelfreak](https://github.com/bastelfreak))
- drop EOL OSs; fix puppet version range [\#37](https://github.com/voxpupuli/puppet-boolean/pull/37) ([bastelfreak](https://github.com/bastelfreak))

## [v2.0.0](https://github.com/voxpupuli/puppet-boolean/tree/v2.0.0) (2017-11-15)

[Full Changelog](https://github.com/voxpupuli/puppet-boolean/compare/v1.1.0...v2.0.0)
Expand Down Expand Up @@ -42,4 +56,4 @@ This is a backwards compatible bugfix release
* Correct permissions to make plugin world readable.


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-boolean",
"version": "2.0.1-rc0",
"version": "2.0.1",
"author": "Vox Pupuli",
"summary": "Boolean normalizing property for Puppet types",
"license": "Apache-2.0",
Expand Down