Skip to content

Commit 2d5ebe6

Browse files
committed
ver bumps up
1 parent f02d583 commit 2d5ebe6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Version 3.2.1.0
2+
3+
* Trying to release with the latest autoreconf.
4+
Packing "network" in the local directory instead of CI.
5+
* Remove includes from .cabal-file
6+
[#583](https://github.com/haskell/network/issues/583)
7+
* making gracefulClose more graceful
8+
[#580](https://github.com/haskell/network/issues/580)
9+
* Update config.guess, config.sub to their latest versions
10+
[#579](https://github.com/haskell/network/issues/579)
11+
112
## Version 3.2.0.0
213

314
* Breaking change: Using Strict and StrictData.

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.0.0
3+
version: 3.2.1.0
44
license: BSD3
55
license-file: LICENSE
66
maintainer: Kazu Yamamoto, Tamar Christina

0 commit comments

Comments
 (0)