Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit 78c829a

Browse files
committed
Bump version and update changelog
1 parent 4029701 commit 78c829a

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
None
44

5+
## [v1.1.2.2](https://github.com/pbrisbin/yesod-paginator/compare/v1.1.2.1...v1.1.2.2)
6+
7+
- Fix (issue with filtering out query
8+
parameters)[https://github.com/pbrisbin/yesod-paginator/issues/40]
9+
510
## [v1.1.2.1](https://github.com/pbrisbin/yesod-paginator/compare/v1.1.2.0...v1.1.2.1)
611

712
- Support GHCs 9.0 and 9.2

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yesod-paginator
2-
version: 1.1.2.1
2+
version: 1.1.2.2
33
synopsis: A pagination approach for yesod
44
description: Paginate a list showing a per-item widget and links to other pages
55
category: Web, Yesod

yesod-paginator.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.34.4.
3+
-- This file has been generated from package.yaml by hpack version 0.34.5.
44
--
55
-- see: https://github.com/sol/hpack
66

77
name: yesod-paginator
8-
version: 1.1.2.1
8+
version: 1.1.2.2
99
synopsis: A pagination approach for yesod
1010
description: Paginate a list showing a per-item widget and links to other pages
1111
category: Web, Yesod

0 commit comments

Comments
 (0)