From a84feb834869dd05907d5fd6cdca19f2ee347169 Mon Sep 17 00:00:00 2001 From: YZ775 Date: Thu, 5 Dec 2024 05:33:54 +0000 Subject: [PATCH] Bump version to 1.18.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeedb92..c723af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.18.0] - 2024-12-05 + +### Added + +- Support R6615, R7615 ([#119](https://github.com/cybozu-go/setup-hw/pull/119)) + ## [1.17.2] - 2024-11-28 ### Changed @@ -283,7 +289,8 @@ The [quay.io/cybozu/setup-hw](https://quay.io/repository/cybozu/setup-hw) will n ### Added - Support Redfish version 1.2.0 and 1.4.0 ([#12](https://github.com/cybozu-go/setup-hw/pull/12)) -[Unreleased]: https://github.com/cybozu-go/setup-hw/compare/v1.17.2...HEAD +[Unreleased]: https://github.com/cybozu-go/setup-hw/compare/v1.18.0...HEAD +[1.18.0]: https://github.com/cybozu-go/setup-hw/compare/v1.17.2...v1.18.0 [1.17.2]: https://github.com/cybozu-go/setup-hw/compare/v1.17.1...v1.17.2 [1.17.1]: https://github.com/cybozu-go/setup-hw/compare/v1.17.0...v1.17.1 [1.17.0]: https://github.com/cybozu-go/setup-hw/compare/v1.16.1...v1.17.0