diff --git a/CHANGELOG.md b/CHANGELOG.md index 524bacbc..464426c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh ~~~ +## [v5.0-beta.29_schema-v4.0-beta.3] - 2021-11-12 + +* Fix CI build. + + ## [v5.0-beta.28_schema-v4.0-beta.3] - 2021-11-12 * Remove `loggedResult()` and `loggedAction()` methods from EventLoggingService. Instead use `loggedWorkBuilder()`. @@ -200,7 +205,8 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh * Revert to java 8 -[Unreleased]: https://github.com/gchq/event-logging/compare/v5.0-beta.28_schema-v4.0-beta.3...HEAD +[Unreleased]: https://github.com/gchq/event-logging/compare/v5.0-beta.29_schema-v4.0-beta.3...HEAD +[v5.0-beta.29_schema-v4.0-beta.3]: https://github.com/gchq/event-logging/compare/v5.0-beta.28_schema-v4.0-beta.3...v5.0-beta.29_schema-v4.0-beta.3 [v5.0-beta.28_schema-v4.0-beta.3]: https://github.com/gchq/event-logging/compare/v5.0-beta.27_schema-v4.0-beta.3...v5.0-beta.28_schema-v4.0-beta.3 [v5.0-beta.27_schema-v4.0-beta.3]: https://github.com/gchq/event-logging/compare/v5.0-beta.26_schema-v4.0-beta.3...v5.0-beta.27_schema-v4.0-beta.3 [v5.0-beta.26_schema-v4.0-beta.3]: https://github.com/gchq/event-logging/compare/v5.0-beta.25_schema-v4.0-beta.3...v5.0-beta.26_schema-v4.0-beta.3 diff --git a/unreleased_changes/20211112_181502_491__0.md b/unreleased_changes/20211112_181502_491__0.md deleted file mode 100644 index e2cb95b6..00000000 --- a/unreleased_changes/20211112_181502_491__0.md +++ /dev/null @@ -1,19 +0,0 @@ -* Fix CI build. - - -```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. -```