diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc8271..0888816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.18.0] - 2023-10-10 +### Changed +- Enabled trust bootloader rng and hugetlbfs support +- Replaced MTD flash drives with PMEM drives + +### Added +- Added a checksum to released files + ## [0.17.0] - 2023-08-14 ### Added - Added support for building ARM64 images with depot.dev @@ -78,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [0.2.0] - [0.1.0] -[Unreleased]: https://github.com/cartesi/image-kernel/compare/v0.17.0...HEAD +[Unreleased]: https://github.com/cartesi/image-kernel/compare/v0.18.0...HEAD +[0.18.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.18.0 [0.17.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.17.0 [0.16.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.16.0 [0.15.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.15.0 diff --git a/Makefile b/Makefile index 0161080..44adf99 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ .PHONY: all build download push run pull share copy clean clean-config checksum MAJOR := 0 -MINOR := 17 +MINOR := 18 PATCH := 0 LABEL := IMAGE_KERNEL_VERSION?= $(MAJOR).$(MINOR).$(PATCH)$(LABEL)