From a5ff75152f05bdebd94f4c8cb1e0c66902e37156 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:05:06 +0000 Subject: [PATCH] chore(master): release 1.7.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec5ac7..572fca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.7.0](https://github.com/google/uuid/compare/v1.6.0...v1.7.0) (2024-11-14) + + +### Features + +* add Compare function ([#163](https://github.com/google/uuid/issues/163)) ([e8d82d3](https://github.com/google/uuid/commit/e8d82d30a3eb641530570da83295395651911778)) +* add error types for better validation ([#166](https://github.com/google/uuid/issues/166)) ([0e97ed3](https://github.com/google/uuid/commit/0e97ed3b537927cb4afea366bc4cc36f6eb37e75)) +* Generate V6 from custom time ([#172](https://github.com/google/uuid/issues/172)) ([2d3c2a9](https://github.com/google/uuid/commit/2d3c2a9cc518326daf99a383f07c4d3c44317e4d)) + + +### 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)