Skip to content

Commit aa44190

Browse files
authored
Prepare servant-auth-server 0.4.9.1 (#1833)
1 parent bac8d0a commit aa44190

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

servant-auth/servant-auth-server/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [PVP Versioning](https://pvp.haskell.org/).
77

8-
## [Unreleased]
8+
## [0.4.9.1] - 2025-07-03
9+
10+
- Use data-default instead of data-default-class [#1796](https://github.com/haskell-servant/servant/pull/1796)
911

1012
## [0.4.9.0] - 2024-08-28
1113
- Allow newer versions dependencies, and newer versions of GHC. [#1747](https://github.com/haskell-servant/servant/pull/1747) among others.

servant-auth/servant-auth-server/servant-auth-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: servant-auth-server
3-
version: 0.4.9.0
3+
version: 0.4.9.1
44
synopsis: servant-server/servant-auth compatibility
55
description: This package provides the required instances for using the @Auth@ combinator
66
in your 'servant' server.

0 commit comments

Comments
 (0)