From e4e5b4dc49b98470de74215fb78bc7d44ea1d7c5 Mon Sep 17 00:00:00 2001 From: Jan Kleinert Date: Tue, 17 Aug 2021 21:24:07 +0200 Subject: [PATCH] Update CHANGELOG.md Closes #17 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 575cd48..ba9b11e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v1.2 +## 2021/08/17 + +Contributors: [Remi-Gau](https://github.com/Remi-Gau), [jorgepz](https://github.com/jorgepz), [agahkarakuzu](https://github.com/agahkarakuzu) + + - Bugfix: Allow several external directories to be added [#10](https://github.com/joergbrech/moxunit-action/issues/10) + - Make sure that `@v1` points to the latest major version [#11](https://github.com/joergbrech/moxunit-action/issues/11) + - New option to provide a working directory [#11](https://github.com/joergbrech/moxunit-action/issues/22) + - Use `qmrlab/octaveci:v4.2.2` instead of `mtmiller/octave` as base docker image [#6](https://github.com/joergbrech/moxunit-action/issues/6) + - Add optional test data directory [#6](https://github.com/joergbrech/moxunit-action/issues/6) + - Add option to install octave packages [#6](https://github.com/joergbrech/moxunit-action/issues/6) + - Add option to add external packages to the search path [#6](https://github.com/joergbrech/moxunit-action/issues/6) + # v1.1 ## 2020/03/27