From 32d869231e4af44555e0d20ec83950f5b7885b54 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Thu, 11 Feb 2021 18:50:03 +0000 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 5 +++++ src/core/operations/GetTime.mjs | 1 + 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea90d8f..392a816c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ All major and minor version changes will be documented in this file. Details of ## Details +### [9.26.0] - 2021-02-11 +- 'Get Time' operation added [@n1073645] [@n1474335] | [#1045] + ### [9.25.0] - 2021-02-11 - 'Extract ID3' operation added [@n1073645] [@n1474335] | [#1006] @@ -250,6 +253,7 @@ All major and minor version changes will be documented in this file. Details of +[9.26.0]: https://github.com/gchq/CyberChef/releases/tag/v9.26.0 [9.25.0]: https://github.com/gchq/CyberChef/releases/tag/v9.25.0 [9.24.0]: https://github.com/gchq/CyberChef/releases/tag/v9.24.0 [9.23.0]: https://github.com/gchq/CyberChef/releases/tag/v9.23.0 @@ -430,5 +434,6 @@ All major and minor version changes will be documented in this file. Details of [#987]: https://github.com/gchq/CyberChef/pull/987 [#1006]: https://github.com/gchq/CyberChef/pull/1006 [#1022]: https://github.com/gchq/CyberChef/pull/1022 +[#1045]: https://github.com/gchq/CyberChef/pull/1045 [#1049]: https://github.com/gchq/CyberChef/pull/1049 [#1083]: https://github.com/gchq/CyberChef/pull/1083 \ No newline at end of file diff --git a/src/core/operations/GetTime.mjs b/src/core/operations/GetTime.mjs index 36a0427b..7d10864f 100644 --- a/src/core/operations/GetTime.mjs +++ b/src/core/operations/GetTime.mjs @@ -1,5 +1,6 @@ /** * @author n1073645 [n1073645@gmail.com] + * @author n1474335 [n1474335@gmail.com] * @copyright Crown Copyright 2020 * @license Apache-2.0 */