Skip to content

Commit 86f33ca

Browse files
committed
ver bumps up
1 parent a8c0a2a commit 86f33ca

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# CHANGELOG for network
2+
3+
## Version 3.2.8.0
4+
5+
* sockopt: add IP_DONTFRAG/IP_MTU_DISCOVER option.
6+
[#603](https://github.com/haskell/network/pull/603)
7+
* Add new SocketOption KeepInit.
8+
[#600](https://github.com/haskell/network/pull/600)
9+
* Remove withSocketsDo from examples.
10+
[#596](https://github.com/haskell/network/pull/596)
11+
112
## Version 3.2.7.0
213

314
* Using nested `bracket` for `gracefulClose`.

network.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.18
22
name: network
3-
version: 3.2.7.0
3+
version: 3.2.8.0
44
license: BSD3
55
license-file: LICENSE
66
maintainer: Kazu Yamamoto, Tamar Christina

0 commit comments

Comments
 (0)