From adb415ac053f8b0b8d31fa030337a0dae3993c60 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 11 Oct 2023 23:44:23 +0200 Subject: [PATCH] Release 7.0.2 --- CHANGELOG.md | 8 ++++++++ voxpupuli-test.gemspec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 806ef24..66407bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [v7.0.2](https://github.com/voxpupuli/voxpupuli-test/tree/v7.0.2) (2023-10-11) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v7.0.1...v7.0.2) + +**Fixed bugs:** + +- dont set trusted\_node\_data/trusted\_server\_facts [\#120](https://github.com/voxpupuli/voxpupuli-test/pull/120) ([bastelfreak](https://github.com/bastelfreak)) + ## [v7.0.1](https://github.com/voxpupuli/voxpupuli-test/tree/v7.0.1) (2023-10-11) [Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v7.0.0...v7.0.1) diff --git a/voxpupuli-test.gemspec b/voxpupuli-test.gemspec index a6265ec..5e80dc8 100644 --- a/voxpupuli-test.gemspec +++ b/voxpupuli-test.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'voxpupuli-test' - s.version = '7.0.1' + s.version = '7.0.2' s.authors = ['Vox Pupuli'] s.email = ['pmc@voxpupuli.org'] s.homepage = 'http://github.com/voxpupuli/voxpupuli-test'