From 6a4cb00847b4ba5408e3bfd5af3ae899acac0c1d Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:39:34 +0000 Subject: [PATCH] chore(master): release 1.6.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec5ac7..23745bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.6.1](https://github.com/google/uuid/compare/v1.6.0...v1.6.1) (2024-06-03) + + +### Bug Fixes + +* incorrect timestamp in uuid v6 ([#161](https://github.com/google/uuid/issues/161)) ([53dda83](https://github.com/google/uuid/commit/53dda83ebe99c23d0e66c2472abdbf178097c3b8)) +* use MustParse("xxx") instead of Must(Parse("xxxx")) ([#106](https://github.com/google/uuid/issues/106)) ([6e10cd1](https://github.com/google/uuid/commit/6e10cd1027e225e3ad7bfcc13c896abd165b02ef)) + ## [1.6.0](https://github.com/google/uuid/compare/v1.5.0...v1.6.0) (2024-01-16)