From a4c706adcc5e0e9f1fb717c473d5f3ff5e128fd0 Mon Sep 17 00:00:00 2001 From: kzrnm Date: Sat, 15 Jan 2022 14:40:12 +0900 Subject: [PATCH] v1.1.2 --- CHANGELOG.md | 4 ++++ kurukuru-pwsh.psd1 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41af266..a806917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.2] - 2022-01-15 +### Changed +- Update Kurukuru.dll 1.4.2.0 + ## [1.1.1] - 2021-12-14 ### Changed - Use default Console.OutputEncoding diff --git a/kurukuru-pwsh.psd1 b/kurukuru-pwsh.psd1 index 7e483a5..ef2ec6b 100644 --- a/kurukuru-pwsh.psd1 +++ b/kurukuru-pwsh.psd1 @@ -4,7 +4,7 @@ RootModule = 'kurukuru-pwsh.psm1' # Version number of this module. - ModuleVersion = '1.1.1' + ModuleVersion = '1.1.2' # ID used to uniquely identify this module GUID = '3efd22ec-7409-4f93-9d2b-8b78416e63fe'