Skip to content

Commit 1d84053

Browse files
committed
Update CHANGELOG and bump version.
1 parent 284696a commit 1d84053

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# ChangeLog
22

3+
## 1.11.5 - 2024-01-06
4+
5+
Changes:
6+
- vrrp: reduce logging severity for skipped interfaces in vrrp actions to debug
7+
8+
Fixes:
9+
- link: make veth links netns aware (fixes #34)
10+
(reported by @magic_rb)
11+
- link: fix creating virtual links with master attribute (closes #35)
12+
- link: fix false positive error when removing veth links (closes #36)
13+
- vrrp-fifo: fix exception in worker process if WireGuard is used (closes #37)
14+
315
## 1.11.4 - 2023-12-18
416

517
Changes:

libifstate/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
import errno
4848
import logging
4949

50-
__version__ = "1.11.4"
50+
__version__ = "1.11.5"
5151

5252

5353
class IfState():

0 commit comments

Comments
 (0)