Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorDenisov committed Dec 30, 2023
1 parent 14fc75a commit eb242e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This project adheres to [Package Versioning Policy](https://wiki.haskell.org/Pac

### Fixed
- Collections with dot in the name
- Upper limit for batch size in Query.splitAtLimit

## [2.7.1.2] - 2022-10-26

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
mongodb:
ports:
- 27017:27017
image: mongo:3.6
image: mongo:4.0
mongodb-haskell:
image: phadej/ghc:8.0.2
environment:
Expand Down

0 comments on commit eb242e9

Please sign in to comment.