aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md1
-rw-r--r--hmacaroons.cabal2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a8e1eb..71bdd9f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,3 +5,4 @@
5 * Macaroon creation 5 * Macaroon creation
6 * Base64 serialization 6 * Base64 serialization
7 * First party caveats 7 * First party caveats
8 - Basic signature verification
diff --git a/hmacaroons.cabal b/hmacaroons.cabal
index 48e2cfe..a731592 100644
--- a/hmacaroons.cabal
+++ b/hmacaroons.cabal
@@ -44,7 +44,7 @@ category: Data
44build-type: Simple 44build-type: Simple
45extra-source-files: README.md 45extra-source-files: README.md
46 CONTRIBUTING.md 46 CONTRIBUTING.md
47 CHANGELOG 47 CHANGELOG.md
48cabal-version: >=1.10 48cabal-version: >=1.10
49 49
50source-repository head 50source-repository head