From 10dd1bf896d47d89957570a01441f876c67c7793 Mon Sep 17 00:00:00 2001 From: Michael Heuer Date: Tue, 27 Feb 2024 16:56:06 +0100 Subject: [PATCH] doc: improved changelog --- packages/contracts/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/contracts/CHANGELOG.md b/packages/contracts/CHANGELOG.md index 0985fd23..fa2565a3 100644 --- a/packages/contracts/CHANGELOG.md +++ b/packages/contracts/CHANGELOG.md @@ -3,7 +3,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). +and this project adheres to the [Aragon OSx Plugin Versioning Convention](https://devs.aragon.org/docs/osx/how-to-guides/plugin-development/publication/versioning). ## v1.2 @@ -13,5 +13,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Use `ProxyLib` from `osx-commons-contracts` for minimal proxy deployment in `AdminSetup`. +- Used `ProxyLib` from `osx-commons-contracts` for the minimal proxy deployment in `AdminSetup`. - Hard-coded the `bytes32 internal constant EXECUTE_PERMISSION_ID` constant in `AdminSetup` until it is available in `PermissionLib`.