From 867fcc5f01df558e363928550702f58a79b7daad Mon Sep 17 00:00:00 2001 From: "lendabot[bot]" <126705550+lendabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 00:06:16 +0100 Subject: [PATCH] chore: release 1.0.2 (#65) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New release --- ## [1.0.2](https://github.com/Lendable/message/compare/1.0.1...1.0.2) (2024-05-08) ### Bug Fixes * Document thrown exceptions in `Metadata` ([afb9efc](https://github.com/Lendable/message/commit/afb9efc11a632b4fef1b77dc7368bee2623a35cb)) * Document thrown exceptions in `UuidConverter` ([1e0ad78](https://github.com/Lendable/message/commit/1e0ad783b4559b09889a295eeced7be9072cd9bb)) ### Performance Improvements * Don't make new `MessageId` in `MetadataFactory` ([29bc606](https://github.com/Lendable/message/commit/29bc606c21f5c9048f2b686a279c1c5c0a93b2bd)) --- ☕ Co-authored-by: lendabot[bot] <126705550+lendabot[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 8d7e5f1..b870c5e 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cde346b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [1.0.2](https://github.com/Lendable/message/compare/1.0.1...1.0.2) (2024-05-08) + + +### Bug Fixes + +* Document thrown exceptions in `Metadata` ([afb9efc](https://github.com/Lendable/message/commit/afb9efc11a632b4fef1b77dc7368bee2623a35cb)) +* Document thrown exceptions in `UuidConverter` ([1e0ad78](https://github.com/Lendable/message/commit/1e0ad783b4559b09889a295eeced7be9072cd9bb)) + + +### Performance Improvements + +* Don't make new `MessageId` in `MetadataFactory` ([29bc606](https://github.com/Lendable/message/commit/29bc606c21f5c9048f2b686a279c1c5c0a93b2bd))