From 6dd58cccdc15fd55dff0dbaf272db3e288c9a4c0 Mon Sep 17 00:00:00 2001 From: Marcel Moura <5615598+marcelstanley@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:59:00 -0300 Subject: [PATCH] chore: update CHANGELOG While here, amend release doc. --- CHANGELOG.md | 5 +++-- docs/release.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cdb6095b..2bfbc0444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. 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] +## [1.5.0] 2024-07-08 ### Added @@ -386,7 +386,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Deprecated mock contracts -[Unreleased]: https://github.com/cartesi/rollups-node/releases/tag/v1.4.0...HEAD +[Unreleased]: https://github.com/cartesi/rollups-node/releases/tag/v1.5.0...HEAD +[1.5.0]: https://github.com/cartesi/rollups-node/releases/tag/v1.5.0 [1.4.0]: https://github.com/cartesi/rollups-node/releases/tag/v1.4.0 [1.3.1]: https://github.com/cartesi/rollups-node/releases/tag/v1.3.1 [1.3.0]: https://github.com/cartesi/rollups-node/releases/tag/v1.3.0 diff --git a/docs/release.md b/docs/release.md index 5f3381f27..56f3f074c 100644 --- a/docs/release.md +++ b/docs/release.md @@ -84,7 +84,7 @@ The announcement should contain: ## Update/create a maintenance branch -Either create a maintenance branch for any major or minor release and name it as `release/X.Y.x` or update an existing maintenance branch if the release is a patch release. +Either create a maintenance branch for any major or minor release and name it as `release/X.Y.Z` or update an existing maintenance branch if the release is a patch release. ## Prepare for the next release