diff --git a/CHANGELOG.HOPS.md b/CHANGELOG.HOPS.md index 3e5d62ad..34d9ec36 100644 --- a/CHANGELOG.HOPS.md +++ b/CHANGELOG.HOPS.md @@ -4,6 +4,12 @@ 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.2] - 2023-08-23 + +### Added + +- Adding support for Rectangle3d for a return data type from rhino.compute + ## [0.16.1] - 2023-03-22 ### Fixed diff --git a/src/hops/Properties/AssemblyInfo.cs b/src/hops/Properties/AssemblyInfo.cs index f8c75c3a..5628fc93 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.1.0"; + public const string AppVersion = "0.16.2.0"; public override Bitmap Icon {