Skip to content

Commit

Permalink
0.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
divarvel committed Jul 31, 2024
1 parent aca2c4c commit f81e170
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions biscuit-servant/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for biscuit-servant

## 0.4.0.0

- use biscuit-haskell 0.4.0.0

## 0.3.0.1

- use biscuit-haskell 0.3.0.1
Expand Down
4 changes: 2 additions & 2 deletions biscuit-servant/biscuit-servant.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.0

name: biscuit-servant
version: 0.3.0.1
version: 0.4.0.0
category: Security
synopsis: Servant support for the Biscuit security token
description: Please see the README on GitHub at <https://github.com/biscuit-auth/biscuit-haskell#readme>
Expand Down Expand Up @@ -34,7 +34,7 @@ library
ghc-options: -Wall
build-depends:
base >= 4.7 && <5,
biscuit-haskell >= 0.3 && < 0.4,
biscuit-haskell >= 0.4 && < 0.5,
bytestring >= 0.10 && <0.12,
mtl >= 2.2 && < 2.4,
text >= 1.2 && <3,
Expand Down
6 changes: 6 additions & 0 deletions biscuit/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for biscuit-haskell

## 0.4.0.0

- abort authorization on evaluation error as mandated by the spec
- use utf8 byte count in `{string}.length()` as mandated by the spec
- fix security issue with third-party blocks public key interning

## 0.3.0.1

- GHC 9.6 and 9.8 support
Expand Down
2 changes: 1 addition & 1 deletion biscuit/biscuit-haskell.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.0

name: biscuit-haskell
version: 0.3.0.1
version: 0.4.0.0
category: Security
synopsis: Library support for the Biscuit security token
description: Please see the README on GitHub at <https://github.com/biscuit-auth/biscuit-haskell#readme>
Expand Down

0 comments on commit f81e170

Please sign in to comment.