Skip to content

Commit 89167ef

Browse files
committed
Update CHANGELOG.md
1 parent 0a2c145 commit 89167ef

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [v2.0.2](https://github.com/ValentinBELYN/icmplib/releases/tag/v2.0.2) - 2021-02-07
5+
## [v2.1.0](https://github.com/ValentinBELYN/icmplib/releases/tag/v2.1.0) - 2021-03-20
6+
- Add a `family` parameter to the `resolve` function to define the address family.
7+
- Improve the reliability of the results of the `traceroute` function.
8+
9+
> This version is the last of the 2.x branch. See you soon for the release of icmplib 3.0!
610
11+
## [v2.0.2](https://github.com/ValentinBELYN/icmplib/releases/tag/v2.0.2) - 2021-02-07
712
- Rename the default branch from `master` to `main`.
813
- Fix a bug preventing the `traceroute` function to work with IPv6 addresses (part 2).
914
- Add more details about the `privileged` parameter in the `README` file (part 2).
1015

1116
## [v2.0.1](https://github.com/ValentinBELYN/icmplib/releases/tag/v2.0.1) - 2020-12-12
12-
1317
- Handle `EACCES` errors at sockets level.
1418
- Fix a bug preventing the `traceroute` function to work with IPv6 addresses.
1519
- Add some details about the `privileged` parameter in the `README` file.

0 commit comments

Comments
 (0)