From 19b034506cee247aa28adbf5cdc753a50132c034 Mon Sep 17 00:00:00 2001 From: kieranroneill Date: Thu, 14 Mar 2024 16:39:46 +0000 Subject: [PATCH] chore(release): 1.0.0 # 1.0.0 (2024-03-14) ### Features * get and store fees ([#2](https://github.com/kieranroneill/plutus/issues/2)) ([0d55ec4](https://github.com/kieranroneill/plutus/commit/0d55ec48dc0528a58eb6a9b07b214abfbdca6c52)) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..992ba07 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# 1.0.0 (2024-03-14) + + +### Features + +* get and store fees ([#2](https://github.com/kieranroneill/plutus/issues/2)) ([0d55ec4](https://github.com/kieranroneill/plutus/commit/0d55ec48dc0528a58eb6a9b07b214abfbdca6c52))