From 55a1ead9fd9216d4d6ab60d3656a3ec6bbd28fa3 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 18:26:17 +0000 Subject: [PATCH 1/2] chore(master): release 1.3.1 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc68c6..99d5564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,11 @@ # Changelog +## [1.3.1](https://github.com/google/uuid/compare/v1.3.0...v1.3.1) (2023-08-18) + + +### Bug Fixes + +* **ci:** switch to release-please app ([#126](https://github.com/google/uuid/issues/126)) ([7b8f57c](https://github.com/google/uuid/commit/7b8f57cbcc5d783cb71b4c1d6a2767f021e41900)) +* Use .EqualFold() to parse urn prefixed UUIDs ([#118](https://github.com/google/uuid/issues/118)) ([574e687](https://github.com/google/uuid/commit/574e6874943741fb99d41764c705173ada5293f0)) + +## Changelog From 240d59b883f7fa10f0ae4c8a15a0de4308303448 Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Fri, 18 Aug 2023 11:29:45 -0700 Subject: [PATCH 2/2] chore: remove ci release note item --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99d5564..2bd7866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ ### Bug Fixes -* **ci:** switch to release-please app ([#126](https://github.com/google/uuid/issues/126)) ([7b8f57c](https://github.com/google/uuid/commit/7b8f57cbcc5d783cb71b4c1d6a2767f021e41900)) * Use .EqualFold() to parse urn prefixed UUIDs ([#118](https://github.com/google/uuid/issues/118)) ([574e687](https://github.com/google/uuid/commit/574e6874943741fb99d41764c705173ada5293f0)) ## Changelog