From 194868358ce60c9f7a05a1ed52ce35a7a09aee99 Mon Sep 17 00:00:00 2001 From: Nicolas Bigaouette Date: Mon, 22 Feb 2021 22:16:01 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 982f4e28..866b8d8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.11] - 2021-02-22 + ### Changed - Prevent session from being built a temporary environment resulting in segfault ([#46](https://github.com/nbigaouette/onnxruntime-rs/pull/46)) -- Update onnxruntime to 1.6.0 +- Update onnxruntime to 1.6.0 ([#59](https://github.com/nbigaouette/onnxruntime-rs/pull/59)) ### Added