From 22ac00a7a224e66c1cfa4e6165d0739c71210179 Mon Sep 17 00:00:00 2001 From: Amar Singh Date: Mon, 25 Dec 2023 08:53:24 -0500 Subject: [PATCH] Add changelog for future releases (#71) * start unreleased section until first release * update --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ddd4cdf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,39 @@ +# Changelog + +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] + +## [0.1.0] - 2023-12-21 + +### Added + +- Fork cumulus parachain template (#11) +- Configured pallet-multisig (#13) +- Configured pallet-proxy (#20) +- Configured pallet-utility (#36) +- Integration tests (#24) +- Set up Docs (#51) +- Docs for pallet-proxy (#57) +- Docs for aura-ext (#59) +- Docs for parachain-system (#63) +- Docs for collator-selection (#63) +- Docs for pallet-multisig (#64) +- Docs for pallet-transaction-payment (#53) +- Docs for pallet-message-queue (#58) +- Docs for weights & fees (#66) +- Docs for xcmp-queue (#73) +- Docs for balances (#72) +- Docs for xcm-executor (#77) +- Docs for pallet-xcm (#76) + +### Fixed + +- Fix runtime build (#40) +- Add pallet index to multisig (#45) +- Update LICENSE (#50) +- Fix CI to verify runtime builds (#46) +- Don't run Rust CI on Doc Changes (#54)