From de27a6202dd412bc6ec6fcae89bfba04d61d460f Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Fri, 10 Mar 2023 16:27:32 -0600 Subject: [PATCH] Bump version to 0.7.2 --- CHANGELOG.md | 7 +++++++ Project.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b4a6b9..61546c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ All notable changes to this project will be documented in this file. [semver]: https://semver.org/spec/v2.0.0.html [pkjjl]: https://pkgdocs.julialang.org/v1/compatibility/#compat-pre-1.0 +## [0.7.2] -- 2023-03-10 + +### Fixed + +- Core: Fixed modeling issue with collection disposal +- Core: Fix column names in products CSV file + ## [0.7.1] -- 2023-03-08 ### Added diff --git a/Project.toml b/Project.toml index 4c1d42c..52891c7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RELOG" uuid = "a2afcdf7-cf04-4913-85f9-c0d81ddf2008" authors = ["Alinson S Xavier "] -version = "0.7.1" +version = "0.7.2" [deps] CRC = "44b605c4-b955-5f2b-9b6d-d2bd01d3d205"