From 7a364445bd3e624d16804a4601ede909a7b25200 Mon Sep 17 00:00:00 2001 From: James Harris Date: Fri, 27 Sep 2024 07:31:44 +1000 Subject: [PATCH] Add JSON struct tags to aggregate/process root stubs. --- CHANGELOG.md | 7 +++++++ enginetest/stubs/aggregate.go | 2 +- enginetest/stubs/process.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82597c9..f7b44df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ The format is based on [Keep a Changelog], and this project adheres to [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +## [0.11.1] - 2024-09-27 + +### Added + +- Added JSON struct tags to stub types. + ## [0.11.0] - 2024-09-25 ### Added @@ -77,6 +83,7 @@ The format is based on [Keep a Changelog], and this project adheres to [0.10.2]: https://github.com/dogmatiq/enginekit/releases/v0.10.2 [0.10.3]: https://github.com/dogmatiq/enginekit/releases/v0.10.3 [0.11.0]: https://github.com/dogmatiq/enginekit/releases/v0.11.0 +[0.11.1]: https://github.com/dogmatiq/enginekit/releases/v0.11.1