From eb54396c773ff188bf5b903fff524529e9f44adc Mon Sep 17 00:00:00 2001 From: Claudio Spizzi Date: Thu, 7 May 2020 16:19:58 +0200 Subject: [PATCH] Version 1.4.1 --- Adb/Adb.psd1 | 4 ++-- CHANGELOG.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Adb/Adb.psd1 b/Adb/Adb.psd1 index 9f2270a..1581bfe 100644 --- a/Adb/Adb.psd1 +++ b/Adb/Adb.psd1 @@ -1,9 +1,9 @@ -@{ +@{ # Script module or binary module file associated with this manifest. RootModule = 'Adb.psm1' # Version number of this module. - ModuleVersion = '1.4.0' + ModuleVersion = '1.4.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c3c35..96d0900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -# Changelog +# Changelog All notable changes to this project will be documented in this file. The format is mainly based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## 1.4.1 - 2020-05-07 * Fixed: If the validation parsing has an error, don't throw but return false