Skip to content

Commit

Permalink
Merge pull request #1521 from gdeest/minor-releases
Browse files Browse the repository at this point in the history
servant-auth 0.4.0.0 -> 0.4.1.0, servant-auth-server 0.4.6.0 -> 0.4.7.0
  • Loading branch information
Gaël Deest committed Feb 2, 2022
2 parents e1b59db + 4caa1f5 commit e14f445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion servant-auth/servant-auth-server/servant-auth-server.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: servant-auth-server
version: 0.4.6.0
version: 0.4.7.0
synopsis: servant-server/servant-auth compatibility
description: This package provides the required instances for using the @Auth@ combinator
in your 'servant' server.
Expand Down
2 changes: 1 addition & 1 deletion servant-auth/servant-auth/servant-auth.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: servant-auth
version: 0.4.0.0
version: 0.4.1.0
synopsis: Authentication combinators for servant
description: This package provides an @Auth@ combinator for 'servant'. This combinator
allows using different authentication schemes in a straightforward way,
Expand Down

0 comments on commit e14f445

Please sign in to comment.