diff --git a/crates/derive/CHANGELOG.md b/crates/derive/CHANGELOG.md new file mode 100644 index 000000000..f1573f257 --- /dev/null +++ b/crates/derive/CHANGELOG.md @@ -0,0 +1,12 @@ +# 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.0.1](https://github.com/ethereum-optimism/kona/releases/tag/kona-derive-v0.0.1) - 2024-02-22 + +### Other +- Add `kona-derive` boilerplate ([#35](https://github.com/ethereum-optimism/kona/pull/35))