Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jun 7, 2024
1 parent 4260554 commit 8f2a8b0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## [_Unreleased_](https://github.com/frontrowed/faktory_worker_haskell/compare/v1.1.2.7...main)
## [_Unreleased_](https://github.com/frontrowed/faktory_worker_haskell/compare/v1.1.3.0...main)

## [v1.1.3.0](https://github.com/frontrowed/faktory_worker_haskell/compare/v1.1.2.7...v1.1.3.0)

- Add `Faktory.Pool`

This incurs the new dependencies, `unliftio`, `resource-pool`, and
`microlens`.

## [v1.1.2.7](https://github.com/frontrowed/faktory_worker_haskell/compare/v1.1.2.6...v1.1.2.7)

Expand Down
2 changes: 1 addition & 1 deletion faktory.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cabal-version: 1.18
-- hash: 690e0deaa46069fadbd59ee63f2da1a97d4fb5bcadabf75910d088636b34bbf9

name: faktory
version: 1.1.2.7
version: 1.1.3.0
synopsis: Faktory Worker for Haskell
description: Haskell client and worker process for the Faktory background job server.
.
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: faktory
version: 1.1.2.7
version: 1.1.3.0
category: Network
author: Freckle Engineering
maintainer: [email protected]
Expand Down

0 comments on commit 8f2a8b0

Please sign in to comment.