From 48a6990be7b31a9565223581a0c8acb4ab226f9f Mon Sep 17 00:00:00 2001 From: Greg Dubicki Date: Thu, 28 Jul 2022 18:59:30 +0200 Subject: [PATCH] Release 4.0.3 --- CHANGELOG.md | 7 +++++++ puppetboard/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3cf075be..d8f948657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ Changelog This is the changelog for Puppetboard. +4.0.3 +----- + +* Make facts with integer values which are strings internally findable. ([#706](https://github.com/voxpupuli/puppetboard/issues/706)) + +Thanks to [Stephen Ryan](https://github.com/ryaner) who contributed to this release! + 4.0.2 ----- diff --git a/puppetboard/version.py b/puppetboard/version.py index 92addf730..e1b2933f5 100644 --- a/puppetboard/version.py +++ b/puppetboard/version.py @@ -2,4 +2,4 @@ # Puppetboard version module # -__version__ = '4.0.2' +__version__ = '4.0.3'