From 096ec20c3565dae009388f728d4a572ebf5b30cb Mon Sep 17 00:00:00 2001 From: jvlflame Date: Wed, 11 Mar 2020 18:49:53 -0700 Subject: [PATCH] Update for 1.1.15 release --- .github/CHANGELOG.md | 4 ++++ src/Javinizer/Javinizer.psd1 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index adf46754..8927e640 100644 --- a/.github/CHANGELOG.md +++ b/.github/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](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.1.15] 03-08-2020 +### Fixed +- Hotfix for 1.1.13 - Actresses failing to write to metadata properly when falling back to secondary or greater priority + ## [1.1.14] 03-08-2020 ### Fixed - Hotfix for 1.1.13 - Actors/screenshots metadata failing to download when setting `move-to-folder=false` diff --git a/src/Javinizer/Javinizer.psd1 b/src/Javinizer/Javinizer.psd1 index 7e2dcaa5..841b3a69 100644 --- a/src/Javinizer/Javinizer.psd1 +++ b/src/Javinizer/Javinizer.psd1 @@ -12,7 +12,7 @@ RootModule = 'Javinizer.psm1' # Version number of this module. - ModuleVersion = '1.1.14' + ModuleVersion = '1.1.15' # Supported PSEditions # CompatiblePSEditions = @()