diff options
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | hmacaroons.cabal | 2 |
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 | |||
44 | build-type: Simple | 44 | build-type: Simple |
45 | extra-source-files: README.md | 45 | extra-source-files: README.md |
46 | CONTRIBUTING.md | 46 | CONTRIBUTING.md |
47 | CHANGELOG | 47 | CHANGELOG.md |
48 | cabal-version: >=1.10 | 48 | cabal-version: >=1.10 |
49 | 49 | ||
50 | source-repository head | 50 | source-repository head |