From c82e787a9e5697d1a258551e129afb6760728c57 Mon Sep 17 00:00:00 2001 From: Damien Alexandre Date: Thu, 30 Mar 2023 10:28:26 +0200 Subject: [PATCH] chore(doc): Document the 1.8.1 release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df84ec1..afd20f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 1.8.1 - 2023-03-30 + +### Fixed + +- Fix buildModel argument order when called via buildModelFromIndexAndData + ## 1.8.0 - 2023-03-10 ### Added