Skip to content

Commit

Permalink
Bump version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg committed Jul 12, 2024
1 parent 61773e9 commit 0ec9b57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog for `wai-saml2`

## Unreleased changes
## 0.6

- Switch from `x509-*` to `crypton-x509-*`.
- Switch from `x509-*` to `crypton-x509-*` ([#50](https://github.com/mbg/wai-saml2/pull/50) by [@mbg](https://github.com/mbg)).

## 0.5

Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: wai-saml2
version: 0.5
version: 0.6
github: "mbg/wai-saml2"
license: MIT
author: "Michael B. Gale"
Expand Down
2 changes: 1 addition & 1 deletion wai-saml2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: wai-saml2
version: 0.5
version: 0.6
synopsis: SAML2 assertion validation as WAI middleware
description: A Haskell library which implements SAML2 assertion validation as WAI middleware
category: Security
Expand Down

0 comments on commit 0ec9b57

Please sign in to comment.