From 943802119e413aede1faa42a00b471669dd5975e Mon Sep 17 00:00:00 2001 From: Alex Mikhalevich <2990126+alexmikhalevich@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:13:15 +0200 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 6 +++++- Makefile | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a959737..7e10752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.16.1] - 2024-08-12 ### Fixed - Fixed curl version on rootfs +- Fixed openapi spec dependency version in the CI test ## [0.16.0] - 2024-07-26 ### Changed @@ -172,7 +175,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/machine-emulator-tools/compare/v0.16.0...HEAD +[Unreleased]: https://github.com/cartesi/machine-emulator-tools/compare/v0.16.1...HEAD +[0.16.1]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.16.1 [0.16.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.16.0 [0.15.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.15.0 [0.14.1]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.14.1 diff --git a/Makefile b/Makefile index 1cc50cb..08aa217 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ MAJOR := 0 MINOR := 16 -PATCH := 0 +PATCH := 1 LABEL := VERSION := $(MAJOR).$(MINOR).$(PATCH)$(LABEL)