From 5287320fa2bc31e4ee98bac4e86eb0142f7795d3 Mon Sep 17 00:00:00 2001 From: at055612 <22818309+at055612@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:22:51 +0000 Subject: [PATCH] Update change log for release v1.1.1 --- CHANGELOG.md | 9 ++++++++- unreleased_changes/20250120_102121_894__0.md | 19 ------------------- 2 files changed, 8 insertions(+), 20 deletions(-) delete mode 100644 unreleased_changes/20250120_102121_894__0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 18799f0..80312f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ~~~ -DO NOT ADD CHANGES HERE - Add them using log_change.sh, view them with './log_change.sh list' +DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh ~~~ +## [v1.1.1] - 2025-01-20 + +* First formal release of this schema in this GitHub repo. + + +[Unreleased]: https://github.com/gchq/detections-schema/compare/v1.1.1...master +[v1.1.1]: https://github.com/gchq/detections-schema/compare/v1.1.1...v1.1.1 diff --git a/unreleased_changes/20250120_102121_894__0.md b/unreleased_changes/20250120_102121_894__0.md deleted file mode 100644 index 2273e8e..0000000 --- a/unreleased_changes/20250120_102121_894__0.md +++ /dev/null @@ -1,19 +0,0 @@ -* First formal release of this schema in this GitHub repo. - - -```sh -# ONLY the top line will be included as a change entry in the CHANGELOG. -# The entry should be in GitHub flavour markdown and should be written on a SINGLE -# line with no hard breaks. You can have multiple change files for a single GitHub issue. -# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than -# 'Fixed nasty bug'. -# -# Examples of acceptable entries are: -# -# -# * Issue **123** : Fix bug with an associated GitHub issue in this repository -# -# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository -# -# * Fix bug with no associated GitHub issue. -```