From 3186c9b64ff7d44e2ad01212eed5378b90c0b086 Mon Sep 17 00:00:00 2001 From: Andrew Payne Date: Fri, 11 Oct 2024 15:19:41 -0400 Subject: [PATCH] bumping version number to 0.16.14 --- CHANGELOG.HOPS.md | 8 ++++++++ src/hops/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.HOPS.md b/CHANGELOG.HOPS.md index 46e814f9..0f1749e6 100644 --- a/CHANGELOG.HOPS.md +++ b/CHANGELOG.HOPS.md @@ -4,6 +4,14 @@ 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). +## [0.16.14] - 2024-10-11 + +### Fixed + +- Definitions which had nested Hops components in them which pointed to a URL were not deserializing the definition at the URL destination correctly. This was fixed. + +- Fixed a bug where the open file icon shown in the Set Definition dialog was blurry. + ## [0.16.13] - 2024-08-29 ### Fixed diff --git a/src/hops/Properties/AssemblyInfo.cs b/src/hops/Properties/AssemblyInfo.cs index faaacbba..9628b8f9 100644 --- a/src/hops/Properties/AssemblyInfo.cs +++ b/src/hops/Properties/AssemblyInfo.cs @@ -28,7 +28,7 @@ public GhaAssemblyInfo() TheAssemblyInfo = this; } - public const string AppVersion = "0.16.13.0"; + public const string AppVersion = "0.16.14.0"; public override Bitmap Icon {